diff options
author | megamage <none@none> | 2009-07-01 17:31:20 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-07-01 17:31:20 -0500 |
commit | b71d479e2a443b914be6566b388f30ee225d6119 (patch) | |
tree | a88c999869516737c609b795e7a5cce7a32d70ec | |
parent | 95ef8634c48a214c8e34be0359c854f176ed3bfc (diff) |
[8086] Restore work spell 11196. Author: Maxxie
--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 f47b1cb8ca2..b31e911b594 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -633,6 +633,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) case 38637: // Nether Exhaustion (red) case 38638: // Nether Exhaustion (green) case 38639: // Nether Exhaustion (blue) + case 11196: // Recently Bandaged return false; // some spells have unclear target modes for selection, so just make effect positive case 27184: |