diff options
author | Drahy <none@none> | 2009-06-29 22:26:41 +0200 |
---|---|---|
committer | Drahy <none@none> | 2009-06-29 22:26:41 +0200 |
commit | 966a5374cc5c423bdbc4527315bb48c39684b1d7 (patch) | |
tree | 9849d7803a313e47a0ab57e748ad2a3e2f5baf9a /src/game/SpellMgr.cpp | |
parent | 7b1e0b8e0d806939ac292603f86f895f16bc364a (diff) | |
parent | 527f36108b45f987efcc757e471e7774b9822efc (diff) |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index e479c529d50..c92a75e4661 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -576,6 +576,8 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) switch(spellId) { + case 46392: // Focused Assault + case 46393: // Brutal Assault case 28441: // not positive dummy spell case 37675: // Chaos Blast case 41519: // Mark of Stormrage |