diff options
author | Muhaha <none@none> | 2009-06-29 21:02:45 +0200 |
---|---|---|
committer | Muhaha <none@none> | 2009-06-29 21:02:45 +0200 |
commit | ccc197b56bbde8225c00c2fe8ac0031899a3fcea (patch) | |
tree | 4bd202a3cdc33ab1a5eba5e017fc5c3194ee166d | |
parent | 8609527066dfa0a3999e88851645473f2df772ea (diff) |
* Fix Spell [Focused Assault - Brutal Assault] Have to be Debuff. Original Author: Nevan
--HG--
branch : trunk
-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..57f3d6b5ee0 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 |