summaryrefslogtreecommitdiff
path: root/db/all-monsters.php
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-19 23:51:58 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-19 23:51:58 +0200
commit2c7890e90e1aad371854cfe60ad63eaa88e64fec (patch)
treee144631d4c8ad3b5f862e5822d697f19fc061f73 /db/all-monsters.php
parent1a3489d4026656f83504a0154c294a5b6cf76a61 (diff)
move generated db json files
Diffstat (limited to 'db/all-monsters.php')
-rw-r--r--db/all-monsters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/all-monsters.php b/db/all-monsters.php
index 3907fec..c593bd4 100644
--- a/db/all-monsters.php
+++ b/db/all-monsters.php
@@ -7,4 +7,4 @@ foreach (scandir(dirname(__DIR__) . '/modules/tuxemon/mods/tuxemon/db/monster')
$allMonsters[] = pathinfo($file, PATHINFO_FILENAME);
}
-file_put_contents(__DIR__ . '/all-monsters.json', json_encode($allMonsters));
+file_put_contents(__DIR__ . '/_generated/all-monsters.json', json_encode($allMonsters));