1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

fix build

This commit is contained in:
collett 2020-02-19 16:51:31 +09:00
parent c98594f6c5
commit 39cc5af97b

View file

@ -749,7 +749,6 @@ void Sapphire::Entity::Player::gainLevel()
effectListPacket->data().level = getLevel();
effectListPacket->data().current_hp = getMaxHp();
effectListPacket->data().current_mp = getMaxMp();
effectListPacket->data().currentTp = 1000;
effectListPacket->data().max_hp = getMaxHp();
effectListPacket->data().max_mp = getMaxMp();
sendToInRangeSet( effectListPacket, true );