diff options
author | Blaymoira <none@none> | 2009-01-24 19:00:29 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-24 19:00:29 +0100 |
commit | 3129217dfad51525498b02a737b49de19e2c5ee5 (patch) | |
tree | ee1257daf1153244199518f75d2eadb8b963f077 /src/game/SpellMgr.cpp | |
parent | d8f0479c0a65c556587417b97642c9d98a782018 (diff) |
*Support for quest 10781 - original patch by Wizz
--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 2ebb273ed19..5974156568c 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -504,6 +504,8 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) return true; case 28441: // not positive dummy spell case 37675: // Chaos Blast + case 41519: // Mark of Stormrage + case 34877: // Custodian of Time return false; } |