diff options
author | megamage <none@none> | 2009-04-15 18:26:59 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-15 18:26:59 -0500 |
commit | 479b312e608642b0f1767d75a8d43b6677f3aafe (patch) | |
tree | 3553e302cd270b2cfd1c7390968025112dfa071f /src | |
parent | 74fc50e5d457260194e7110de4b167eb5654bd06 (diff) |
*Fix a typo.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c7c50d6548e..665e7b2e332 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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==0x100000) + if(spellProto->SpellIconID==2006 && spellProto->SpellFamilyName==SPELLFAMILY_WARRIOR && spellProto->SpellFamilyFlags[0]==0x100000f) { ++itr; continue; |