diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 01:40:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 01:40:49 -0300 |
commit | 8bca302d1cde31093bb30894d66d0f62b3f2ceda (patch) | |
tree | e9d9704834d594c7f307abc241f6bb4e0a850bb6 | |
parent | 08bb9c0235f1a29e55055a76ac1773b8cdffded8 (diff) | |
download | serverdata-8bca302d1cde31093bb30894d66d0f62b3f2ceda.tar.gz serverdata-8bca302d1cde31093bb30894d66d0f62b3f2ceda.tar.bz2 serverdata-8bca302d1cde31093bb30894d66d0f62b3f2ceda.tar.xz serverdata-8bca302d1cde31093bb30894d66d0f62b3f2ceda.zip |
Initial Version
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 15 | ||||
-rw-r--r-- | maps/re/003-10.mcache | bin | 185 -> 191 bytes | |||
-rw-r--r-- | maps/re/017-1.mcache | bin | 0 -> 5078 bytes | |||
-rw-r--r-- | npc/017-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 12 insertions, 7 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 2432f8fb5..ffd04d1d6 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -76,6 +76,7 @@ map_list: ( "016-1", "016-6", "016-7", + "017-1", "boss", "botcheck", "sec_pri", diff --git a/db/map_index.txt b/db/map_index.txt index c5c76e3e0..e6180c512 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -73,10 +73,11 @@ 016-1 73 016-6 74 016-7 75 -boss 76 -botcheck 77 -sec_pri 78 -soren-2 79 -soren 80 -test 81 -testbg 82 +017-1 76 +boss 77 +botcheck 78 +sec_pri 79 +soren-2 80 +soren 81 +test 82 +testbg 83 diff --git a/maps/re/003-10.mcache b/maps/re/003-10.mcache Binary files differindex 3425ad52f..3e9d06512 100644 --- a/maps/re/003-10.mcache +++ b/maps/re/003-10.mcache diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache Binary files differnew file mode 100644 index 000000000..4b6aa7930 --- /dev/null +++ b/maps/re/017-1.mcache diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt new file mode 100644 index 000000000..8c471e380 --- /dev/null +++ b/npc/017-1/_import.txt @@ -0,0 +1,2 @@ +// Map 017-1: Land Of Fire Village +// 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 a95cc10b9..8ec8b2942 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -75,6 +75,7 @@ @include "npc/016-1/_import.txt" @include "npc/016-6/_import.txt" @include "npc/016-7/_import.txt" +@include "npc/017-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" |