Cleaned up more quest draft logic.

This commit is contained in:
Krazy
2014-07-12 19:49:34 +00:00
parent cbcd527dd5
commit a50fb330a2
2 changed files with 29 additions and 27 deletions

View File

@@ -127,7 +127,7 @@ public enum CSubmenuQuestDraft implements ICDoc {
}
}
String placement = QuestEventDraft.getPlacementString(draft.getPlayerPlacement());
String placement = draft.getPlacementString();
QuestEventDraft.QuestDraftPrizes prizes = draft.collectPrizes();