From 5a9ef604e20d6ea30fa94a3ddbae6bc4ac6fe93e Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Wed, 13 Jan 2010 18:22:31 +0100 Subject: * Fix CRLF. --HG-- branch : trunk --- src/game/PetHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/PetHandler.cpp') 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) -- cgit v1.2.3