+
Charge {{charge}} tour(s)
@@ -61,12 +61,36 @@ export default {
\ No newline at end of file
diff --git a/client/src/components/spells/spells-list.vue b/client/src/components/spells/spells-list.vue
index 469d78f..6bf2a3a 100644
--- a/client/src/components/spells/spells-list.vue
+++ b/client/src/components/spells/spells-list.vue
@@ -38,7 +38,7 @@ export default {
this.loading = true
const displaySpells = await this.fetchSpells();
this.loading = false
- this.spells = displaySpells.slice(0,10)
+ this.spells = displaySpells
}
}
}
diff --git a/client/src/pages/world-page.vue b/client/src/pages/world-page.vue
index 0c8b2d1..79d6d75 100644
--- a/client/src/pages/world-page.vue
+++ b/client/src/pages/world-page.vue
@@ -1,7 +1,67 @@
-
+
-
\ No newline at end of file
+
\ No newline at end of file