1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-22 10:07:44 +00:00

fix build

This commit is contained in:
collett 2020-02-19 16:51:31 +09:00
parent d80d4ba1bf
commit 9095d5b4bb

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 );