From e9272c9e84ca0cffb519c195829e5956ecaa8c8e Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 15 Apr 2009 19:01:32 -0500 Subject: *Fix a typo of the last commit. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 665e7b2e332..4c69d248b7f 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[0]==0x100000f) + if(spellProto->SpellIconID==2006 && spellProto->SpellFamilyName==SPELLFAMILY_WARRIOR && spellProto->SpellFamilyFlags[0]==0x100000) { ++itr; continue; -- cgit v1.2.3