diff --git a/src/world/Actor/Player.cpp b/src/world/Actor/Player.cpp index f6d1af23..7b201689 100644 --- a/src/world/Actor/Player.cpp +++ b/src/world/Actor/Player.cpp @@ -1508,6 +1508,7 @@ void Player::sendZonePackets() sendHuntingLog(); sendStats(); + sendStatusUpdate(); // only initialize the UI if the player in fact just logged in. if( isLogin() )