战力单位显示

This commit is contained in:
雪风 2025-03-16 22:29:40 +08:00
parent b94954ac49
commit 4080a9d3e5
1 changed files with 1 additions and 1 deletions

View File

@ -4036,7 +4036,7 @@ public class MapleCharacter extends AbstractAnimatedMapleMapObject implements Se
statup.put(MapleStat.LEVEL, (long) level);
this.client.sendPacket(MaplePacketCreator.updatePlayerStats(statup, this));
c.getSession().write(MaplePacketCreator.fuckGuildInfo(c.getPlayer()));
this.client.sendPacket(MaplePacketCreator.fuckGuildInfo(this));
}
public void levelUp() {
if (this.getLevel() >= this.maxLevel) {