diff options
author | QAston <none@none> | 2009-04-20 00:23:32 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-20 00:23:32 +0200 |
commit | 9e5276fe16fcf7b04930220a2d5e52067cdda3a0 (patch) | |
tree | 1a80be8b64cf52b1b3bfa908095a1bde5d33fd07 /src/game/Spell.cpp | |
parent | caf9b7d356d49ce8a7a91c77bde6caae2934c580 (diff) |
*Fix healing amount of Earthliving.
*Fix a typo causing freeze-thanks to megamage
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 2656e1af3c5..a461d49a554 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1194,6 +1194,7 @@ void Spell::DoSpellHitOnUnit(Unit *unit, const uint32 effectMask) if(roll_chance_i(i->second)) { m_caster->CastSpell(unit, i->first, true); + sLog.outDebug("Spell %d triggered spell %d by SPELL_AURA_ADD_TARGET_TRIGGER aura", m_spellInfo->Id, i->first); } if (GetSpellDuration(i->first)==-1) { |