mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
[Cleanup] Utilize IsTaunting(), SetPetPower(), SetPetType(), and SetTaunting() (#3275)
* [Cleanup] Utilize SetPetPower() in zone/pets.cpp # Notes - This wasn't used before. * Utilize other methods. * Update special_attacks.cpp
This commit is contained in:
+2
-2
@@ -380,8 +380,8 @@ Mob::Mob(
|
||||
spellbonuses.AssistRange = -1;
|
||||
SetPetID(0);
|
||||
SetOwnerID(0);
|
||||
typeofpet = petNone; // default to not a pet
|
||||
petpower = 0;
|
||||
SetPetType(petNone); // default to not a pet
|
||||
SetPetPower(0);
|
||||
held = false;
|
||||
gheld = false;
|
||||
nocast = false;
|
||||
|
||||
Reference in New Issue
Block a user