aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-30 11:41:05 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-30 11:41:05 +0200
commit044e8574a0f32cb739f94eb2abaf92782c860305 (patch)
tree3d69652d6b43c53e7dd67ea218a2a02f56edefff /src/main/java/at
parentd9145e06f4cf1a4c35c91cbe00ff4939cfa3a9e3 (diff)
downloadskyhanni-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')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java2
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));
}