From 39cc5af97bcda4c6baaa0b06ce37a248f27d03e7 Mon Sep 17 00:00:00 2001 From: collett Date: Wed, 19 Feb 2020 16:51:31 +0900 Subject: [PATCH] fix build --- src/world/Actor/Player.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/world/Actor/Player.cpp b/src/world/Actor/Player.cpp index dc616600..2e18b010 100644 --- a/src/world/Actor/Player.cpp +++ b/src/world/Actor/Player.cpp @@ -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 );