Core/Conditions/Typo

--HG--
branch : trunk
This commit is contained in:
Rat
2010-11-05 23:33:31 +01:00
parent b45e12fdf9
commit d79ee2e824

View File

@@ -48,7 +48,7 @@ bool Condition::Meets(Player * player, Unit* invoker)
break;
case CONDITION_AURA:
refId = 0;
if (!mConditionValue2)
if (!mConditionValue3)
condMeets = player->HasAuraEffect(mConditionValue1, mConditionValue2);
else if (Unit* target = player->GetSelectedUnit())
condMeets = target->HasAuraEffect(mConditionValue1, mConditionValue2);