aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-10-22 20:35:32 +0200
committerAnubisss <none@none>2009-10-22 20:35:32 +0200
commit3e14909be5bbae056455a9a6dc327293adf4766c (patch)
treee9d698fedb475b699d660e78a6408373064e6238
parentd8c60cce4f78083aa8157016fe1bf51b8e801509 (diff)
*Ovverride value of Heroism's excludeCasterAuraSpell, because DBC has crap(0) value(interesting that Bloodlust has correct value).
*This fix the bug that Heroism doesn't cast Exhaustion to the target. --HG-- branch : trunk
-rw-r--r--src/game/SpellMgr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 24d785853b4..b24888c10f2 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3643,6 +3643,10 @@ void SpellMgr::LoadSpellCustomAttr()
switch(i)
{
+ // Heroism
+ case 32182:
+ spellInfo->excludeCasterAuraSpell = 57723; // Exhaustion
+ break;
// Heart of the Crusader
case 20335:
case 20336: