diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-16 23:35:15 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-16 23:35:15 +0100 |
commit | a9940b2dcd888945ffc3e2f273314a18e0887b18 (patch) | |
tree | e45362687327cdf384262cf3b1d415f8f34e28a2 | |
parent | cbe89de5596842b0d8130d47d9cc6728ed3a9b9c (diff) | |
download | SkyHanni-REPO-a9940b2dcd888945ffc3e2f273314a18e0887b18.tar.gz SkyHanni-REPO-a9940b2dcd888945ffc3e2f273314a18e0887b18.tar.bz2 SkyHanni-REPO-a9940b2dcd888945ffc3e2f273314a18e0887b18.zip |
Changed Miniboss Order.
-rw-r--r-- | constants/CrimsonIsleReputation.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index a7acb17..437c4d2 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -19,10 +19,10 @@ "Stamina" ], "MINIBOSS": [ - "Magma Boss", + "Bladesoul", "Mage Outlaw", "Barbarian Duke X", - "Bladesoul", - "Ashfang" + "Ashfang", + "Magma Boss" ] }
\ No newline at end of file |