mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Pets] Add Pet Constants and Methods (#4987)
* [Pets] Add Pet Constants and Methods * Remove GetID * GetPetTypeName() * Cleanup
This commit is contained in:
+1
-1
@@ -4014,7 +4014,7 @@ void NPC::SetTaunting(bool is_taunting) {
|
||||
taunting = is_taunting;
|
||||
|
||||
if (IsPet() && IsPetOwnerClient()) {
|
||||
GetOwner()->CastToClient()->SetPetCommandState(PET_BUTTON_TAUNT, is_taunting);
|
||||
GetOwner()->CastToClient()->SetPetCommandState(PetButton::Taunt, is_taunting);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user