diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-15 22:58:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-15 22:58:11 -0300 |
commit | 40063772570dd32a9080bd32c2094efad3bf760a (patch) | |
tree | 045f198b943ca155c9a189cb0d5a4d3e3715f751 /npc | |
parent | c70ab0974be49cfade40a1eebd44d83b71e65b4c (diff) | |
download | serverdata-40063772570dd32a9080bd32c2094efad3bf760a.tar.gz serverdata-40063772570dd32a9080bd32c2094efad3bf760a.tar.bz2 serverdata-40063772570dd32a9080bd32c2094efad3bf760a.tar.xz serverdata-40063772570dd32a9080bd32c2094efad3bf760a.zip |
Add three new maps for Player Story 5
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-3-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/023-3-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/023-3/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 3 |
4 files changed, 9 insertions, 0 deletions
diff --git a/npc/023-3-1/_import.txt b/npc/023-3-1/_import.txt new file mode 100644 index 000000000..39a6bd59a --- /dev/null +++ b/npc/023-3-1/_import.txt @@ -0,0 +1,2 @@ +// Map 023-3-1: Ice Caves +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/023-3-2/_import.txt b/npc/023-3-2/_import.txt new file mode 100644 index 000000000..0573c4d25 --- /dev/null +++ b/npc/023-3-2/_import.txt @@ -0,0 +1,2 @@ +// Map 023-3-2: Ice Caves +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/023-3/_import.txt b/npc/023-3/_import.txt new file mode 100644 index 000000000..a9e60c143 --- /dev/null +++ b/npc/023-3/_import.txt @@ -0,0 +1,2 @@ +// Map 023-3: Ice Caves +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/_import.txt b/npc/_import.txt index be8b6bd80..09c7ebc5d 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -146,6 +146,9 @@ @include "npc/022-1/_import.txt" @include "npc/023-1/_import.txt" @include "npc/023-2/_import.txt" +@include "npc/023-3-1/_import.txt" +@include "npc/023-3-2/_import.txt" +@include "npc/023-3/_import.txt" @include "npc/024-1/_import.txt" @include "npc/024-10/_import.txt" @include "npc/024-11/_import.txt" |