mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
Fix TP showing as 0
(cherry picked from commit 8aed3c6a958424f4ffdce033b46ef62473b5925b)
This commit is contained in:
parent
1ba2fd3150
commit
2474a3d285
1 changed files with 1 additions and 0 deletions
|
@ -1508,6 +1508,7 @@ void Player::sendZonePackets()
|
||||||
sendHuntingLog();
|
sendHuntingLog();
|
||||||
|
|
||||||
sendStats();
|
sendStats();
|
||||||
|
sendStatusUpdate();
|
||||||
|
|
||||||
// only initialize the UI if the player in fact just logged in.
|
// only initialize the UI if the player in fact just logged in.
|
||||||
if( isLogin() )
|
if( isLogin() )
|
||||||
|
|
Loading…
Add table
Reference in a new issue