diff options
author | QAston <none@none> | 2009-05-24 14:58:54 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-05-24 14:58:54 +0200 |
commit | 74770dbcf6b04dbaa2fbf6ea3d47d6daa3f8b4db (patch) | |
tree | c69a092f9b5e71052a6748a75ad4aca591184cc4 | |
parent | 73770d7354b7b7f1452bf7906c1e0c1b046b2204 (diff) |
*Fix whath of air and flametongue totem
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 053617bd965..8a944ea972f 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -79,6 +79,7 @@ SpellMgr::SpellMgr() case SPELL_EFFECT_APPLY_AREA_AURA_ENEMY: case SPELL_EFFECT_APPLY_AREA_AURA_PET: case SPELL_EFFECT_APPLY_AREA_AURA_OWNER: + case SPELL_EFFECT_APPLY_AREA_AURA_RAID: case SPELL_EFFECT_CHARGE: case SPELL_EFFECT_JUMP: case SPELL_EFFECT_JUMP2: |