diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 17:38:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 17:38:00 -0300 |
commit | 802a3ad9f78c6e41da2c58c69062c56dc18e9ef6 (patch) | |
tree | e663e0c361db0856aeab4c928555fdd706debf71 /npc | |
parent | 452dbc811b649b6b5e5f4a7ba84df69def22574c (diff) | |
download | serverdata-802a3ad9f78c6e41da2c58c69062c56dc18e9ef6.tar.gz serverdata-802a3ad9f78c6e41da2c58c69062c56dc18e9ef6.tar.bz2 serverdata-802a3ad9f78c6e41da2c58c69062c56dc18e9ef6.tar.xz serverdata-802a3ad9f78c6e41da2c58c69062c56dc18e9ef6.zip |
Add Hurnscald
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/012-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/012-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-1/_import.txt b/npc/012-1/_import.txt new file mode 100644 index 000000000..f1dd2b1b9 --- /dev/null +++ b/npc/012-1/_import.txt @@ -0,0 +1,2 @@ +// Map 012-1: Hurnscald +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/012-2/_import.txt b/npc/012-2/_import.txt new file mode 100644 index 000000000..e1584dc25 --- /dev/null +++ b/npc/012-2/_import.txt @@ -0,0 +1,3 @@ +// Map 012-2: Hurnscald Inn +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-2/_warps.txt", diff --git a/npc/012-2/_warps.txt b/npc/012-2/_warps.txt new file mode 100644 index 000000000..8daf4b9f3 --- /dev/null +++ b/npc/012-2/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-2: Hurnscald Inn warps +012-2,36,47,0 warp #012-2_36_47 0,0,012-1,65,56 diff --git a/npc/_import.txt b/npc/_import.txt index 541b000a5..7a29506ee 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -45,6 +45,8 @@ @include "npc/010-2/_import.txt" @include "npc/011-1/_import.txt" @include "npc/011-2/_import.txt" +@include "npc/012-1/_import.txt" +@include "npc/012-2/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" |