mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10733] Implement defencive guardians pet type for creatures like 28120
This commit is contained in:
parent
10273fa38a
commit
9c0076181b
5 changed files with 18 additions and 7 deletions
|
|
@ -17816,6 +17816,7 @@ void Player::RemovePet(Pet* pet, PetSaveMode mode, bool returnreagent)
|
|||
case MINI_PET:
|
||||
m_miniPet = 0;
|
||||
break;
|
||||
case PROTECTOR_PET:
|
||||
case GUARDIAN_PET:
|
||||
RemoveGuardian(pet);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue