diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 14:49:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 14:49:41 -0300 |
commit | 3024c0f7b83599e4e321e4516baa00f8828909e2 (patch) | |
tree | c68f8ae90222d4a5035754abae28a78261fed7ea /npc | |
parent | b5bba4b5245db67bb3250b8abaf00e24697f7105 (diff) | |
download | serverdata-3024c0f7b83599e4e321e4516baa00f8828909e2.tar.gz serverdata-3024c0f7b83599e4e321e4516baa00f8828909e2.tar.bz2 serverdata-3024c0f7b83599e4e321e4516baa00f8828909e2.tar.xz serverdata-3024c0f7b83599e4e321e4516baa00f8828909e2.zip |
Move file along
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/042-1/door.txt (renamed from npc/042-2/door.txt) | 2 | ||||
-rw-r--r-- | npc/042-2/_import.txt | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-1/_import.txt b/npc/042-1/_import.txt index 8c370b795..491ca4354 100644 --- a/npc/042-1/_import.txt +++ b/npc/042-1/_import.txt @@ -1,3 +1,4 @@ // Map 042-1: Camelot - Weapon Room // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/042-1/_warps.txt", +"npc/042-1/door.txt", diff --git a/npc/042-2/door.txt b/npc/042-1/door.txt index 86dd9da6c..eed06b522 100644 --- a/npc/042-2/door.txt +++ b/npc/042-1/door.txt @@ -5,7 +5,7 @@ // Description: // Controls Weapons Room basement door -042-1,51,23,0 script #KWRDoor NPC_HIDDEN,0,0,{ +042-1,51,23,0 script #KDoor0421 NPC_HIDDEN,0,0,{ end; OnTouch: diff --git a/npc/042-2/_import.txt b/npc/042-2/_import.txt index 0c54c05af..b40dc76b0 100644 --- a/npc/042-2/_import.txt +++ b/npc/042-2/_import.txt @@ -1,4 +1,3 @@ // Map 042-2: Camelot - Basement // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/042-2/_warps.txt", -"npc/042-2/door.txt", |