Core/Spells: Fix a typo in f09b5a6bea - call right function for target dest case.

Closes #5357
This commit is contained in:
QAston
2012-02-22 10:21:02 +01:00
parent 1e246cb66c
commit 2a1ffc1cd9
+1 -1
View File
@@ -837,7 +837,7 @@ void Spell::SelectEffectImplicitTargets(SpellEffIndex effIndex, SpellImplicitTar
SelectImplicitCasterDestTargets(effIndex, targetType);
break;
case TARGET_REFERENCE_TYPE_TARGET:
SelectImplicitCasterDestTargets(effIndex, targetType);
SelectImplicitTargetDestTargets(effIndex, targetType);
break;
case TARGET_REFERENCE_TYPE_DEST:
SelectImplicitDestDestTargets(effIndex, targetType);