diff options
Diffstat (limited to 'src/game/PetHandler.cpp')
-rw-r--r-- | src/game/PetHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/PetHandler.cpp b/src/game/PetHandler.cpp index 1ffe4bc1632..edd3a9d4f2b 100644 --- a/src/game/PetHandler.cpp +++ b/src/game/PetHandler.cpp @@ -236,8 +236,8 @@ void WorldSession::HandlePetActionHelper(Unit *pet, uint64 guid1, uint16 spellid return; } - if (spellInfo->StartRecoveryCategory > 0)
- if (((Creature*)pet)->GetGlobalCooldown() > 0)
+ if (spellInfo->StartRecoveryCategory > 0) + if (((Creature*)pet)->GetGlobalCooldown() > 0) return; for (uint32 i = 0; i < 3; ++i) |