aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-25 16:38:51 -0600
committermegamage <none@none>2009-01-25 16:38:51 -0600
commitf7cfae4332a554d944297fa75750b41d4904684c (patch)
treef2f165acb0bc2f28397c81b5ae2fd0ab2d204f24 /src/game/SpellMgr.cpp
parentef88b0445169b09528df6d0d1f2066fed5da79de (diff)
parent3129217dfad51525498b02a737b49de19e2c5ee5 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index c640dc58af4..86c1fa1afe6 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -501,6 +501,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;
}