mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
Pet bar should now show after /reload command.
This commit is contained in:
@@ -1807,6 +1807,11 @@ void WorldSession::HandleRequestPetInfoOpcode(WorldPacket & /*recv_data */)
|
||||
#endif
|
||||
recv_data.hexlike();
|
||||
*/
|
||||
|
||||
if (_player->GetPet())
|
||||
_player->PetSpellInitialize();
|
||||
else if (_player->GetCharm())
|
||||
_player->CharmSpellInitialize();
|
||||
}
|
||||
|
||||
void WorldSession::HandleSetTaxiBenchmarkOpcode(WorldPacket & recv_data)
|
||||
|
||||
Reference in New Issue
Block a user