diff options
-rwxr-xr-x | move-stuff.sh | 1 | ||||
-rw-r--r-- | world/save/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/move-stuff.sh b/move-stuff.sh index 551ec841..2dcdc7cb 100755 --- a/move-stuff.sh +++ b/move-stuff.sh @@ -8,6 +8,7 @@ mv save/storage.txt world/save/ mv save/party.txt world/save/ mv save/castle.txt world/save/ mv save/guild.txt world/save/ +mv save/g_storage.txt world/save/ mv save/mapreg.txt world/map/save/ diff --git a/world/save/.gitignore b/world/save/.gitignore index db9c3e7b..bc445803 100644 --- a/world/save/.gitignore +++ b/world/save/.gitignore @@ -4,3 +4,4 @@ /storage.txt /guild.txt /castle.txt +/g_storage.txt |