aboutsummaryrefslogtreecommitdiff
path: root/src/game/PetHandler.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-13 18:22:31 +0100
committerXTZGZoReX <none@none>2010-01-13 18:22:31 +0100
commit5a9ef604e20d6ea30fa94a3ddbae6bc4ac6fe93e (patch)
treeec6088e76eca8d912bd6b9893d5e4ee01e35becf /src/game/PetHandler.cpp
parentc27674a327a1e8646813dd8482b1068f4b7794e1 (diff)
* Fix CRLF.
--HG-- branch : trunk
Diffstat (limited to 'src/game/PetHandler.cpp')
-rw-r--r--src/game/PetHandler.cpp4
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)