diff options
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) { |