aboutsummaryrefslogtreecommitdiff
path: root/me/Danker/commands/LootCommand.java
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-08-07 01:08:46 -0400
committerbowser0000 <bowser0000@gmail.com>2020-08-07 01:08:46 -0400
commit52ee33115e9ca743ffcd778b694a60499a06ea03 (patch)
tree6fbf833f5f391e2462e83e4da34b656fd1974665 /me/Danker/commands/LootCommand.java
parentcd9303b0c510005f6162468beb26eb4ec397a757 (diff)
downloadSkyblockMod-52ee33115e9ca743ffcd778b694a60499a06ea03.tar.gz
SkyblockMod-52ee33115e9ca743ffcd778b694a60499a06ea03.tar.bz2
SkyblockMod-52ee33115e9ca743ffcd778b694a60499a06ea03.zip
Add dolphin pet milestone to fishing tracker
Diffstat (limited to 'me/Danker/commands/LootCommand.java')
-rw-r--r--me/Danker/commands/LootCommand.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/me/Danker/commands/LootCommand.java b/me/Danker/commands/LootCommand.java
index 9478d8f..c3a0e9b 100644
--- a/me/Danker/commands/LootCommand.java
+++ b/me/Danker/commands/LootCommand.java
@@ -71,6 +71,7 @@ public class LootCommand extends CommandBase {
public static int seaEmperors;
public static double empTime;
public static int empSCs;
+ public static int fishingMilestone;
// Fishing Winter
public static int frozenSteves;
public static int frostyTheSnowmans;
@@ -136,6 +137,7 @@ public class LootCommand extends CommandBase {
public static int seaEmperorsSession = 0;
public static double empTimeSession = -1;
public static int empSCsSession = -1;
+ public static int fishingMilestoneSession = 0;
// Fishing Winter
public static int frozenStevesSession = 0;
public static int frostyTheSnowmansSession = 0;