Updates to fix taunt button on PET UI to match live behavior.

This commit is contained in:
Noudess
2020-09-02 12:50:11 -04:00
parent 29f7bc7a9c
commit 56afa0404b
9 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ Pet::Pet(NPCType *type_data, Mob *owner, PetType type, uint16 spell_id, int16 po
petpower = power;
SetOwnerID(owner->GetID());
SetPetSpellID(spell_id);
taunting = true;
taunting = false;
// Class should use npc constructor to set light properties
}