mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8290] Fixed pet action bar lost at pet revive.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
7af48902f1
commit
f27a29faef
2 changed files with 2 additions and 2 deletions
|
|
@ -6226,7 +6226,7 @@ void Spell::EffectSummonDeadPet(uint32 /*i*/)
|
|||
|
||||
pet->AIM_Initialize();
|
||||
|
||||
_player->PetSpellInitialize();
|
||||
// _player->PetSpellInitialize(); -- action bar not removed at death and not required send at revive
|
||||
pet->SavePetToDB(PET_SAVE_AS_CURRENT);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue