diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-07-10 12:36:27 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-07-10 12:44:17 -0400 |
commit | efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5 (patch) | |
tree | 2075ca271f2ce3f2988156c9959bb44a0a8a757e /npc | |
parent | c9a7408d07a054b557040581027ad72e546278f6 (diff) | |
download | serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.gz serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.bz2 serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.tar.xz serverdata-efdca25204a4ccc4ea5687ada7a67b51f5fb0cc5.zip |
add legacy hurnscald
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
2 files changed, 3 insertions, 0 deletions
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" |