diff options
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | npc/001-2-38/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-2-38/_warps.txt | 1 | ||||
-rw-r--r-- | npc/001-2-38/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 e245a68d..0d2ec63f 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -46,3 +46,4 @@ map: 001-2-34 map: 001-2-35 map: 001-2-36 map: 001-2-37 +map: 001-2-38 diff --git a/db/map_index.txt b/db/map_index.txt index 2f163796..4aacc1a6 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -46,3 +46,4 @@ testbg 38 001-2-35 46 001-2-36 47 001-2-37 48 +001-2-38 49 diff --git a/npc/001-2-38/_import.txt b/npc/001-2-38/_import.txt new file mode 100644 index 00000000..344ceb05 --- /dev/null +++ b/npc/001-2-38/_import.txt @@ -0,0 +1,3 @@ +// Map 001-2-38 +npc: npc/001-2-38/_warps.txt +npc: npc/001-2-38/mapflags.txt diff --git a/npc/001-2-38/_warps.txt b/npc/001-2-38/_warps.txt new file mode 100644 index 00000000..4788385b --- /dev/null +++ b/npc/001-2-38/_warps.txt @@ -0,0 +1 @@ +// Map 001-2-38 diff --git a/npc/001-2-38/mapflags.txt b/npc/001-2-38/mapflags.txt new file mode 100644 index 00000000..8a5c5d4e --- /dev/null +++ b/npc/001-2-38/mapflags.txt @@ -0,0 +1 @@ +001-2-38 mapflag town diff --git a/npc/_import.txt b/npc/_import.txt index e5ce2b8f..e6c44502 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -46,5 +46,6 @@ 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/001-2-38/_import.txt import: npc/test/_import.txt import: npc/testbg/_import.txt |