summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-07-10 12:36:27 -0400
committergumi <mekolat@users.noreply.github.com>2017-07-10 12:44:17 -0400
commitefdca25204a4ccc4ea5687ada7a67b51f5fb0cc5 (patch)
tree2075ca271f2ce3f2988156c9959bb44a0a8a757e
parentc9a7408d07a054b557040581027ad72e546278f6 (diff)
downloadserverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.gz
serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.bz2
serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.xz
serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.zip
add legacy hurnscald
-rw-r--r--conf/map/maps.conf1
-rw-r--r--db/map_index.txt5
-rw-r--r--db/re/map_cache.datbin10286 -> 11301 bytes
-rw-r--r--npc/008-1/_import.txt2
-rw-r--r--npc/_import.txt1
5 files changed, 7 insertions, 2 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf
index 4ce593a8..a8d9db96 100644
--- a/conf/map/maps.conf
+++ b/conf/map/maps.conf
@@ -53,6 +53,7 @@ map_list: (
"001-2-7",
"001-2-8",
"001-2-9",
+ "008-1",
"test",
"testbg",
)
diff --git a/db/map_index.txt b/db/map_index.txt
index e853bd75..70ea7529 100644
--- a/db/map_index.txt
+++ b/db/map_index.txt
@@ -50,5 +50,6 @@
001-2-7 50
001-2-8 51
001-2-9 52
-test 53
-testbg 54
+008-1 53
+test 54
+testbg 55
diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat
index 5274aa83..180c17c5 100644
--- a/db/re/map_cache.dat
+++ b/db/re/map_cache.dat
Binary files differ
diff --git a/npc/008-1/_import.txt b/npc/008-1/_import.txt
new file mode 100644
index 00000000..4b78a0e8
--- /dev/null
+++ b/npc/008-1/_import.txt
@@ -0,0 +1,2 @@
+// Map 008-1: Hurnscald
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
diff --git a/npc/_import.txt b/npc/_import.txt
index 8c606e29..953aa389 100644
--- a/npc/_import.txt
+++ b/npc/_import.txt
@@ -52,5 +52,6 @@
@include "npc/001-2-7/_import.txt"
@include "npc/001-2-8/_import.txt"
@include "npc/001-2-9/_import.txt"
+@include "npc/008-1/_import.txt"
@include "npc/test/_import.txt"
@include "npc/testbg/_import.txt"