From 11d52698536a7d3e90acce28076d695b5ce8fef8 Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Tue, 4 Nov 2008 04:37:51 +0300 Subject: [PATCH] Compile fix --- src/game/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 54861fec7..934f734e5 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2107,7 +2107,7 @@ void SpellMgr::LoadPetLevelupSpellMap() continue; break; case CREATURE_FAMILY_TALLSTRIDER: - if(spell->SpellIconID != 262 (spell->SpellIconID != 157 && (spell->Attributes & 0x4000000))) // Claw and Dust Cloud + if(spell->SpellIconID != 262 && (spell->SpellIconID != 157 && (spell->Attributes & 0x4000000))) // Claw and Dust Cloud continue; break; case CREATURE_FAMILY_TURTLE: