- Fixed a minor typo error in QuestBattleManager.

This commit is contained in:
jendave
2011-08-06 22:18:33 +00:00
parent 7bd1a4b645
commit e4c3f3b079

View File

@@ -65,7 +65,7 @@ public class QuestBattleManager {
int index = AllZone.QuestData.getDifficultyIndex(); int index = AllZone.QuestData.getDifficultyIndex();
if (AllZone.QuestData.getWin() < AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) { if (AllZone.QuestData.getWin() < AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {
return new String[]{getOpponent(easyAIDecks,0),getOpponent(easyAIDecks,1),getOpponent(veasyAIDecks,2)}; return new String[]{getOpponent(easyAIDecks,0),getOpponent(easyAIDecks,1),getOpponent(easyAIDecks,2)};
} }
if (AllZone.QuestData.getWin() == AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) { if (AllZone.QuestData.getWin() == AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {