diff options
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
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: |