aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-29 21:43:59 +0200
committerQAston <none@none>2009-04-29 21:43:59 +0200
commitc3c303fb999ad9773f1aeff6f876547c4fdcd377 (patch)
tree6055c341f8794d419b4f506602cfdb7eff4e9883 /src
parent3e45bb2bfb304fb304aa0d48d125c79ea8ffdfa2 (diff)
*Correctly trigger avenging wrath marker.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 5c754c651d6..6d93f292f8c 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -526,6 +526,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep)
case 34877: // Custodian of Time
case 34700: // Allergic Reaction
case 31719: // Suspension
+ case 61987: // Avenging Wrath Marker
return false;
case 12042: // Arcane Power
return true;