diff options
author | megamage <none@none> | 2009-01-29 19:35:49 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-29 19:35:49 -0600 |
commit | b0bf621a139aaa6e620098fc7a4411a800fda43d (patch) | |
tree | a80cfed503a562c4e436814dc056e8b22386efef /src/game/SpellMgr.cpp | |
parent | 25ab1fa4adfe1e9be1f8bfb6701f6a0d48887770 (diff) | |
parent | adee7cab17e191ab9d735c326cd611f0380736d6 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-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 e73285d0f22..3172a47ca38 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -503,6 +503,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) case 37675: // Chaos Blast case 41519: // Mark of Stormrage case 34877: // Custodian of Time + case 34700: return false; } |