diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 03:11:52 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 03:11:52 -0300 |
commit | ffbfba3d9c8d15e7a85b6913f198843a1af2a5f7 (patch) | |
tree | 532c60d536a5d7644bee051d9a110d82b44407f4 /npc | |
parent | 2dc0529e6464dcba7f82ec51f30d46d5cfaeef3d (diff) | |
download | serverdata-ffbfba3d9c8d15e7a85b6913f198843a1af2a5f7.tar.gz serverdata-ffbfba3d9c8d15e7a85b6913f198843a1af2a5f7.tar.bz2 serverdata-ffbfba3d9c8d15e7a85b6913f198843a1af2a5f7.tar.xz serverdata-ffbfba3d9c8d15e7a85b6913f198843a1af2a5f7.zip |
Move map 012 to 001-4 for consistency
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-4/_import.txt (renamed from npc/012/_import.txt) | 4 | ||||
-rw-r--r-- | npc/001-4/_mobs.txt | 6 | ||||
-rw-r--r-- | npc/012/_mobs.txt | 6 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/npc/012/_import.txt b/npc/001-4/_import.txt index 288da5ebf..3cb4d9699 100644 --- a/npc/012/_import.txt +++ b/npc/001-4/_import.txt @@ -1,3 +1,3 @@ -// Map 012: Enchanted Forest +// Map 001-4: Enchanted Forest // This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/012/_mobs.txt", +"npc/001-4/_mobs.txt", diff --git a/npc/001-4/_mobs.txt b/npc/001-4/_mobs.txt new file mode 100644 index 000000000..aebb74508 --- /dev/null +++ b/npc/001-4/_mobs.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-4: Enchanted Forest mobs +001-4,72,232,23,23 monster Clover Field 1028,1,60000,120000 +001-4,224,238,23,23 monster Clover Field 1028,1,60000,120000 +001-4,226,77,23,23 monster Clover Field 1028,1,60000,120000 +001-4,74,77,23,23 monster Clover Field 1028,1,60000,120000 diff --git a/npc/012/_mobs.txt b/npc/012/_mobs.txt deleted file mode 100644 index 453f3bc78..000000000 --- a/npc/012/_mobs.txt +++ /dev/null @@ -1,6 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 012: Enchanted Forest mobs -012,72,232,23,23 monster Clover Field 1028,1,60000,120000 -012,224,238,23,23 monster Clover Field 1028,1,60000,120000 -012,226,77,23,23 monster Clover Field 1028,1,60000,120000 -012,74,77,23,23 monster Clover Field 1028,1,60000,120000 diff --git a/npc/_import.txt b/npc/_import.txt index f945032de..56495f66a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -5,6 +5,7 @@ @include "npc/000-1/_import.txt" @include "npc/001-1/_import.txt" @include "npc/001-2/_import.txt" +@include "npc/001-4/_import.txt" @include "npc/002-1/_import.txt" @include "npc/002-2/_import.txt" @include "npc/002-3/_import.txt" @@ -49,7 +50,6 @@ @include "npc/008-2-7/_import.txt" @include "npc/008-2-8/_import.txt" @include "npc/008-2-9/_import.txt" -@include "npc/012/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" @include "npc/test/_import.txt" |