diff options
author | Reid <reidyaro@gmail.com> | 2015-10-23 04:13:21 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-10-23 04:13:21 +0200 |
commit | 8461f624d219f91bb5b2f775868441d65dbc4988 (patch) | |
tree | 19bd3eccdde4f8cf3f2b606c52173dcb91f01ae5 | |
parent | 1305e9dd034042356ab690beeca9042a6533b282 (diff) | |
download | serverdata-8461f624d219f91bb5b2f775868441d65dbc4988.tar.gz serverdata-8461f624d219f91bb5b2f775868441d65dbc4988.tar.bz2 serverdata-8461f624d219f91bb5b2f775868441d65dbc4988.tar.xz serverdata-8461f624d219f91bb5b2f775868441d65dbc4988.zip |
Add #37 files.
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | npc/001-2-37/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-2-37/_warps.txt | 1 | ||||
-rw-r--r-- | npc/001-2-37/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 b23ae0f5..e245a68d 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -45,3 +45,4 @@ map: 001-2-33 map: 001-2-34 map: 001-2-35 map: 001-2-36 +map: 001-2-37 diff --git a/db/map_index.txt b/db/map_index.txt index e6d3e3e3..2f163796 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -45,3 +45,4 @@ testbg 38 001-2-34 45 001-2-35 46 001-2-36 47 +001-2-37 48 diff --git a/npc/001-2-37/_import.txt b/npc/001-2-37/_import.txt new file mode 100644 index 00000000..723a812a --- /dev/null +++ b/npc/001-2-37/_import.txt @@ -0,0 +1,3 @@ +// Map 001-2-37 +npc: npc/001-2-37/_warps.txt +npc: npc/001-2-37/mapflags.txt diff --git a/npc/001-2-37/_warps.txt b/npc/001-2-37/_warps.txt new file mode 100644 index 00000000..a29192aa --- /dev/null +++ b/npc/001-2-37/_warps.txt @@ -0,0 +1 @@ +// Map 001-2-37 diff --git a/npc/001-2-37/mapflags.txt b/npc/001-2-37/mapflags.txt new file mode 100644 index 00000000..c4f939b4 --- /dev/null +++ b/npc/001-2-37/mapflags.txt @@ -0,0 +1 @@ +001-2-37 mapflag town diff --git a/npc/_import.txt b/npc/_import.txt index 98b1f7a0..e5ce2b8f 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -45,5 +45,6 @@ import: npc/001-2-33/_import.txt import: npc/001-2-34/_import.txt import: npc/001-2-35/_import.txt import: npc/001-2-36/_import.txt +import: npc/001-2-37/_import.txt import: npc/test/_import.txt import: npc/testbg/_import.txt |