mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
*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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user