From 3e14909be5bbae056455a9a6dc327293adf4766c Mon Sep 17 00:00:00 2001 From: Anubisss Date: Thu, 22 Oct 2009 20:35:32 +0200 Subject: *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 --- src/game/SpellMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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: -- cgit v1.2.3