summaryrefslogtreecommitdiff
path: root/db/animations.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/animations.php')
-rw-r--r--db/animations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/animations.php b/db/animations.php
index 8e3decc..f69d169 100644
--- a/db/animations.php
+++ b/db/animations.php
@@ -10,4 +10,4 @@ foreach (scandir(dirname(__DIR__) . '/modules/tuxemon/mods/tuxemon/animations/te
$animations[$animationName][] = $animationFileName;
}
-file_put_contents(__DIR__ . '/animations.json', json_encode($animations));
+file_put_contents(__DIR__ . '/_generated/animations.json', json_encode($animations));