aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-15 19:01:32 -0500
committermegamage <none@none>2009-04-15 19:01:32 -0500
commite9272c9e84ca0cffb519c195829e5956ecaa8c8e (patch)
treec9124dd0f946e89c1d26eb2c112ab71f968e214c /src
parent479b312e608642b0f1767d75a8d43b6677f3aafe (diff)
*Fix a typo of the last commit.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
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;