Compile fix

This commit is contained in:
tomrus88 2008-11-04 04:37:51 +03:00
parent b2d24ba0f7
commit 11d5269853

View file

@ -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: