diff options
author | Anubisss <none@none> | 2009-10-22 20:35:32 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-10-22 20:35:32 +0200 |
commit | 3e14909be5bbae056455a9a6dc327293adf4766c (patch) | |
tree | e9d698fedb475b699d660e78a6408373064e6238 | |
parent | d8c60cce4f78083aa8157016fe1bf51b8e801509 (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.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: |