diff options
-rw-r--r-- | conf/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 1 | ||||
-rw-r--r-- | db/re/map_cache.dat | bin | 9587 -> 9755 bytes | |||
-rw-r--r-- | npc/001-2-40/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-2-40/_warps.txt | 3 | ||||
-rw-r--r-- | npc/001-2-40/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 10 insertions, 0 deletions
diff --git a/conf/maps.conf b/conf/maps.conf index ecf9a4d7..b15ab0b9 100644 --- a/conf/maps.conf +++ b/conf/maps.conf @@ -49,3 +49,4 @@ map: 001-2-37 map: 001-2-38 map: 000-2-4 map: 001-2-39 +map: 001-2-40 diff --git a/db/map_index.txt b/db/map_index.txt index 0f4f92aa..1bcc1f4f 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -49,3 +49,4 @@ testbg 38 001-2-38 49 000-2-4 50 001-2-39 51 +001-2-40 52 diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat Binary files differindex 97934e5e..3a14ae70 100644 --- a/db/re/map_cache.dat +++ b/db/re/map_cache.dat diff --git a/npc/001-2-40/_import.txt b/npc/001-2-40/_import.txt new file mode 100644 index 00000000..83c6ee1a --- /dev/null +++ b/npc/001-2-40/_import.txt @@ -0,0 +1,3 @@ +// Map 001-2-40 +npc: npc/001-2-40/_warps.txt +npc: npc/001-2-40/mapflags.txt diff --git a/npc/001-2-40/_warps.txt b/npc/001-2-40/_warps.txt new file mode 100644 index 00000000..28c88094 --- /dev/null +++ b/npc/001-2-40/_warps.txt @@ -0,0 +1,3 @@ +// Map 001-2-40 +001-2-40,27,43,0 warp ToLeftHall#001-2-40 1,0,001-2-33,25,39 +001-2-40,45,43,0 warp ToRightHall#001-2-40 1,0,001-2-33,43,39 diff --git a/npc/001-2-40/mapflags.txt b/npc/001-2-40/mapflags.txt new file mode 100644 index 00000000..0c9303e8 --- /dev/null +++ b/npc/001-2-40/mapflags.txt @@ -0,0 +1 @@ +001-2-40 mapflag town diff --git a/npc/_import.txt b/npc/_import.txt index ff1be720..58ae1099 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -49,5 +49,6 @@ import: npc/001-2-36/_import.txt import: npc/001-2-37/_import.txt import: npc/001-2-38/_import.txt import: npc/001-2-39/_import.txt +import: npc/001-2-40/_import.txt import: npc/test/_import.txt import: npc/testbg/_import.txt |