*Fix a typo of the last commit.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-15 19:01:32 -05:00
parent 479b312e60
commit e9272c9e84

View File

@@ -7945,7 +7945,7 @@ void Unit::ModifyAuraState(AuraState flag, bool apply)
{
// exceptions (applied at state but not removed at state change)
// Rampage
if(spellProto->SpellIconID==2006 && spellProto->SpellFamilyName==SPELLFAMILY_WARRIOR && spellProto->SpellFamilyFlags[0]==0x100000f)
if(spellProto->SpellIconID==2006 && spellProto->SpellFamilyName==SPELLFAMILY_WARRIOR && spellProto->SpellFamilyFlags[0]==0x100000)
{
++itr;
continue;