Missaved file, thanks to Shauren for catch.

This commit is contained in:
QAston
2011-05-29 15:54:46 +02:00
parent 3c93cccdb1
commit 14bc68a291

View File

@@ -439,7 +439,7 @@ bool IsSpellRequiringFocusedTarget(SpellEntry const * spellInfo)
|| SpellTargetType[spellInfo->EffectImplicitTargetB[i]] == TARGET_TYPE_DEST_TARGET)
return true;
}
return false;
}
Unit* GetTriggeredSpellCaster(SpellEntry const * spellInfo, Unit * caster, Unit * target)