diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-30 11:41:05 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-30 11:41:05 +0200 |
commit | 044e8574a0f32cb739f94eb2abaf92782c860305 (patch) | |
tree | 3d69652d6b43c53e7dd67ea218a2a02f56edefff /src/main/java/at/hannibal2 | |
parent | d9145e06f4cf1a4c35c91cbe00ff4939cfa3a9e3 (diff) | |
download | skyhanni-044e8574a0f32cb739f94eb2abaf92782c860305.tar.gz skyhanni-044e8574a0f32cb739f94eb2abaf92782c860305.tar.bz2 skyhanni-044e8574a0f32cb739f94eb2abaf92782c860305.zip |
Removed Flowering Bouquet from and added Cultivating to the default enabled visitor reward warnings list.
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 7a06a1a2c..2c948a62f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -219,7 +219,7 @@ public class GardenConfig { "ยง9Replenish I", } ) - public List<Integer> drops = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5)); + public List<Integer> drops = new ArrayList<>(Arrays.asList(1, 2, 3, 4, 5, 6)); } |