diff options
author | Reid <reidyaro@gmail.com> | 2015-10-23 01:57:58 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-10-23 02:00:36 +0200 |
commit | 30a852c90a496a739505489a46d3bae1327fc394 (patch) | |
tree | 6a2e7a9f981a45e0e86e21d1ff035978de71e9e0 | |
parent | 2eef6beab2a1ca6f21dbea7fa1bf3d660e31583f (diff) | |
download | serverdata-30a852c90a496a739505489a46d3bae1327fc394.tar.gz serverdata-30a852c90a496a739505489a46d3bae1327fc394.tar.bz2 serverdata-30a852c90a496a739505489a46d3bae1327fc394.tar.xz serverdata-30a852c90a496a739505489a46d3bae1327fc394.zip |
Add #34 basic informations.
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | db/re/map_cache.dat | bin | 8888 -> 8929 bytes | |||
-rw-r--r-- | npc/001-2-34/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-2-34/_warps.txt | 1 | ||||
-rw-r--r-- | npc/001-2-34/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 8 insertions, 0 deletions
diff --git a/conf/maps.conf b/conf/maps.conf index 10729ebc..be5a0d69 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -42,3 +42,4 @@ map: 001-2-30 map: 001-2-31 map: 001-2-32 map: 001-2-33 +map: 001-2-34 diff --git a/db/map_index.txt b/db/map_index.txt index b7ebb985..be929606 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -42,3 +42,4 @@ testbg 38 001-2-31 42 001-2-32 43 001-2-33 44 +001-2-34 45 diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat Binary files differindex f764738c..75a18fb5 100644 --- a/db/re/map_cache.dat +++ b/db/re/map_cache.dat diff --git a/npc/001-2-34/_import.txt b/npc/001-2-34/_import.txt new file mode 100644 index 00000000..19b289f4 --- /dev/null +++ b/npc/001-2-34/_import.txt @@ -0,0 +1,3 @@ +// Map 001-2-34 +npc: npc/001-2-34/_warps.txt +npc: npc/001-2-34/mapflags.txt diff --git a/npc/001-2-34/_warps.txt b/npc/001-2-34/_warps.txt new file mode 100644 index 00000000..4398f0f5 --- /dev/null +++ b/npc/001-2-34/_warps.txt @@ -0,0 +1 @@ +// Map 001-2-34 diff --git a/npc/001-2-34/mapflags.txt b/npc/001-2-34/mapflags.txt new file mode 100644 index 00000000..b632f6fe --- /dev/null +++ b/npc/001-2-34/mapflags.txt @@ -0,0 +1 @@ +001-2-34 mapflag town diff --git a/npc/_import.txt b/npc/_import.txt index 0dc5aab3..43637783 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -42,5 +42,6 @@ import: npc/001-2-30/_import.txt import: npc/001-2-31/_import.txt import: npc/001-2-32/_import.txt import: npc/001-2-33/_import.txt +import: npc/001-2-34/_import.txt import: npc/test/_import.txt import: npc/testbg/_import.txt |