Improvements to the pet type (5) code.

This commit is contained in:
KayenEQ
2015-02-03 07:59:29 -05:00
parent 356316db84
commit 33767aeb91
5 changed files with 15 additions and 6 deletions
+1
View File
@@ -434,6 +434,7 @@ void Mob::MakePoweredPet(uint16 spell_id, const char* pettype, int16 petpower,
if (target){
npc->AddToHateList(target, 1);
npc->SetPetTargetLockID(target->GetID());
npc->SetSpecialAbility(IMMUNE_AGGRO, 1);
}
else