Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Fix for auto Revive in expedition #40 #52
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Apr 20, 2019
1 parent b44ac55 commit 4033871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/MainThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -4017,6 +4017,7 @@ private void handleAutoReviveEx() {
switch (state) {
case Trials:
case Gauntlet:
case Expedition:
revivePositions.put(1, new Point(290,315));
revivePositions.put(2, new Point(200,340));
revivePositions.put(3, new Point(115,285));
Expand Down

0 comments on commit 4033871

Please sign in to comment.