summaryrefslogtreecommitdiff
path: root/db/all-items.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/all-items.php')
-rw-r--r--db/all-items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/all-items.php b/db/all-items.php
index b6d9a49..29fd4c5 100644
--- a/db/all-items.php
+++ b/db/all-items.php
@@ -7,4 +7,4 @@ foreach (scandir(dirname(__DIR__) . '/modules/tuxemon/mods/tuxemon/db/item') as
$allItems[] = pathinfo($file, PATHINFO_FILENAME);
}
-file_put_contents(__DIR__ . '/all-items.json', json_encode($allItems));
+file_put_contents(__DIR__ . '/_generated/all-items.json', json_encode($allItems));