- Fixed filter in tapPrefTargeting.

This commit is contained in:
Sloth
2013-06-15 06:51:49 +00:00
parent c188296a82
commit 6821546d51

View File

@@ -134,7 +134,7 @@ public abstract class TapAiBase extends SpellAbilityAi {
return true; return true;
} }
} }
return true; return false;
} }
}); });