战力单位显示
This commit is contained in:
parent
b94954ac49
commit
4080a9d3e5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue