mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Fix a typo of the last commit.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user