mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Compile fix
This commit is contained in:
parent
b2d24ba0f7
commit
11d5269853
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue