[8290] Fixed pet action bar lost at pet revive.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Lightguard 2009-08-01 21:48:13 +04:00 committed by VladimirMangos
parent 7af48902f1
commit f27a29faef
2 changed files with 2 additions and 2 deletions

View file

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