*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
This commit is contained in:
Anubisss
2009-10-22 20:35:32 +02:00
parent d8c60cce4f
commit 3e14909be5

View File

@@ -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: