[9414] Some lost changes for prev. commit.

This commit is contained in:
VladimirMangos 2010-02-19 17:54:22 +03:00
parent 79a54286fd
commit 231720c10f
3 changed files with 6 additions and 5 deletions

View file

@ -2091,7 +2091,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
}
// Script based implementation. Must be used only for not good for implementation in core spell effects
// So called only for not proccessed cases
// So called only for not processed cases
if (gameObjTarget)
Script->EffectDummyGameObj(m_caster, m_spellInfo->Id, eff_idx, gameObjTarget);
else if (unitTarget && unitTarget->GetTypeId()==TYPEID_UNIT)