diff options
author | Reid <reidyaro@gmail.com> | 2015-03-07 01:13:28 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-07 01:14:03 +0100 |
commit | 296bc832ff93ed353a6aba8d06420832e614192c (patch) | |
tree | 701eedcab416b38574e7d4a13c7ea410ccc5c6bc | |
parent | 9f2bd3e2f30b66c50af1dd86eefa866b3b8c3a17 (diff) | |
download | serverdata-296bc832ff93ed353a6aba8d06420832e614192c.tar.gz serverdata-296bc832ff93ed353a6aba8d06420832e614192c.tar.bz2 serverdata-296bc832ff93ed353a6aba8d06420832e614192c.tar.xz serverdata-296bc832ff93ed353a6aba8d06420832e614192c.zip |
Add #27 files.
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | db/re/map_cache.dat | bin | 5781 -> 5866 bytes | |||
-rw-r--r-- | npc/001-2-27/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/conf/maps.conf b/conf/maps.conf index aa295664..7c001a0e 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -34,3 +34,4 @@ map: 001-2-23 map: 001-2-24 map: 001-2-25 map: 001-2-26 +map: 001-2-27 diff --git a/db/map_index.txt b/db/map_index.txt index bddf536b..0ffc7e00 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -34,3 +34,4 @@ test 25 001-2-11 34 001-2-25 35 001-2-26 36 +001-2-27 37 diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat Binary files differindex c93e8a43..d924c0f6 100644 --- a/db/re/map_cache.dat +++ b/db/re/map_cache.dat diff --git a/npc/001-2-27/_import.txt b/npc/001-2-27/_import.txt new file mode 100644 index 00000000..da4f5d57 --- /dev/null +++ b/npc/001-2-27/_import.txt @@ -0,0 +1,2 @@ +// Map 001-2-27 +npc: npc/001-2-27/_warps.txt diff --git a/npc/_import.txt b/npc/_import.txt index 29a3baca..f0f1db49 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -35,4 +35,5 @@ import: npc/001-2-23/_import.txt import: npc/001-2-24/_import.txt import: npc/001-2-25/_import.txt import: npc/001-2-26/_import.txt +import: npc/001-2-27/_import.txt import: npc/test/_import.txt |