Pet bar should now show after /reload command.

This commit is contained in:
talamortis
2017-09-07 11:20:28 +01:00
parent b450ba35d8
commit c714f0cbb1

View File

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