diff options
Diffstat (limited to 'db/all-monsters.php')
-rw-r--r-- | db/all-monsters.php | 2 |
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)); |