fix(Scripts/Spells): Fix pets not being resurrected by BG Spirit Healers (#8421)
This commit is contained in:
parent
f5c8afcf0b
commit
e458ab0d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2262,7 +2262,7 @@ public:
|
|||
{
|
||||
Player* player = GetCaster()->ToPlayer();
|
||||
if (player->GetLastPetNumber() && player->CanResummonPet(player->GetLastPetSpell()))
|
||||
Pet::LoadPetFromDB(player, PET_LOAD_SUMMON_PET, 0, player->GetLastPetNumber(), true);
|
||||
Pet::LoadPetFromDB(player, PET_LOAD_BG_RESURRECT, 0, player->GetLastPetNumber(), true);
|
||||
}
|
||||
|
||||
void Register() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue