diff options
author | Reid <reidyaro@gmail.com> | 2015-10-23 04:10:48 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-10-23 04:10:48 +0200 |
commit | 0c6dabd232600582dfba469468cc6b654a724265 (patch) | |
tree | 2a93a2306bc31158063cfcf0b0114ac4c42a5f62 | |
parent | c5046903f484fe5171925fac61f28e3c43ea6e41 (diff) | |
download | serverdata-0c6dabd232600582dfba469468cc6b654a724265.tar.gz serverdata-0c6dabd232600582dfba469468cc6b654a724265.tar.bz2 serverdata-0c6dabd232600582dfba469468cc6b654a724265.tar.xz serverdata-0c6dabd232600582dfba469468cc6b654a724265.zip |
Add #35 files.
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | npc/001-2-35/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-2-35/_warps.txt | 1 | ||||
-rw-r--r-- | npc/001-2-35/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 8 insertions, 0 deletions
diff --git a/conf/maps.conf b/conf/maps.conf index be5a0d69..8e72dcfa 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -43,3 +43,4 @@ map: 001-2-31 map: 001-2-32 map: 001-2-33 map: 001-2-34 +map: 001-2-35 diff --git a/db/map_index.txt b/db/map_index.txt index be929606..529b3cd1 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -43,3 +43,4 @@ testbg 38 001-2-32 43 001-2-33 44 001-2-34 45 +001-2-35 46 diff --git a/npc/001-2-35/_import.txt b/npc/001-2-35/_import.txt new file mode 100644 index 00000000..9331daed --- /dev/null +++ b/npc/001-2-35/_import.txt @@ -0,0 +1,3 @@ +// Map 001-2-35 +npc: npc/001-2-35/_warps.txt +npc: npc/001-2-35/mapflags.txt diff --git a/npc/001-2-35/_warps.txt b/npc/001-2-35/_warps.txt new file mode 100644 index 00000000..85c21fb4 --- /dev/null +++ b/npc/001-2-35/_warps.txt @@ -0,0 +1 @@ +// Map 001-2-35 diff --git a/npc/001-2-35/mapflags.txt b/npc/001-2-35/mapflags.txt new file mode 100644 index 00000000..df3ed6a0 --- /dev/null +++ b/npc/001-2-35/mapflags.txt @@ -0,0 +1 @@ +001-2-35 mapflag town diff --git a/npc/_import.txt b/npc/_import.txt index 43637783..96eb3ce3 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -43,5 +43,6 @@ 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/001-2-35/_import.txt import: npc/test/_import.txt import: npc/testbg/_import.txt |