diff --git a/src/routes/settings.svelte b/src/routes/settings.svelte index 7038ee95..2ebdc686 100644 --- a/src/routes/settings.svelte +++ b/src/routes/settings.svelte @@ -151,7 +151,8 @@ {#if changelogOpen}
2021/02/03 
-- Add Xiao
+- Add Xiao +- Bug fixes
2021/02/02 
 - Add resin approximation on todo list
 - Change todo today farmable item view
diff --git a/src/routes/wish/_counter.svelte b/src/routes/wish/_counter.svelte
index 7305353b..0ef92225 100644
--- a/src/routes/wish/_counter.svelte
+++ b/src/routes/wish/_counter.svelte
@@ -172,7 +172,7 @@
   }
 
   function getLegendary() {
-    openAddModal(legendary);
+    openAddModal(legendary + 1);
 
     total += 1;
     legendary = 0;
@@ -181,7 +181,7 @@
   }
 
   function getRare() {
-    openAddModal(rare);
+    openAddModal(rare + 1);
 
     total += 1;
     legendary += 1;