aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-05-23 00:18:24 +0200
committerAnubisss <none@none>2009-05-23 00:18:24 +0200
commit08e1ec8a8a5d626cdfee6e8274e903f608bab769 (patch)
tree5518b0fe4aa2fe65e17549938f006cb64726da9a /src
parent8ca8b691b8e96f9c75200080046cd517f0e6b592 (diff)
*Correct spell id for Muru's Negative Energy's MaxAffectedTargets by Alyen. Thank you.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 48bae52983c..23a85246a17 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -2365,7 +2365,7 @@ void SpellMgr::LoadSpellCustomAttr()
case 42005: // Bloodboil
case 38296: //Spitfire Totem
case 37676: //Insidious Whisper
- case 46009: //Negative Energy
+ case 46008: //Negative Energy
case 45641: //Fire Bloom
spellInfo->MaxAffectedTargets = 5;
break;