diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-14 00:23:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-14 00:23:45 +0300 |
commit | 7cd4f29053058ac66bdb9561e915bfc3675f4d65 (patch) | |
tree | 632eef390a8977f7c62d476a7b4830cb61ecf665 /npcs.xml | |
parent | 23f193313a8d9a6a6d33423cd8f2c3f249b7adcd (diff) | |
download | clientdata-7cd4f29053058ac66bdb9561e915bfc3675f4d65.tar.gz clientdata-7cd4f29053058ac66bdb9561e915bfc3675f4d65.tar.bz2 clientdata-7cd4f29053058ac66bdb9561e915bfc3675f4d65.tar.xz clientdata-7cd4f29053058ac66bdb9561e915bfc3675f4d65.zip |
Dont remove doors npc if they went out of sight.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -419,7 +419,7 @@ IDs 990-999 = Special </npc> <!-- Test NPCs --> - <npc id="800"> + <npc id="800" allowDelete="false"> <!-- Test npc. --> <sprite>npcs/xml/artisindoor.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> @@ -461,7 +461,7 @@ IDs 990-999 = Special <sprite>npcs/xml/hammock-animated2.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> - <npc id="906"> + <npc id="906" allowDelete="false"> <!-- Artis door, outside map. --> <sprite>npcs/xml/artisdoor.xml</sprite> <menu name="Open" command="talk 'NAME'"/> @@ -471,7 +471,7 @@ IDs 990-999 = Special <sprite>npcs/xml/artisindoor.xml</sprite> <menu name="Open" command="talk 'NAME'"/> </npc> - <npc id="908"> + <npc id="908" allowDelete="false"> <!-- Artis door, indoor map with wood floor. --> <sprite>npcs/xml/artisindoor-wood.xml</sprite> <menu name="Open" command="talk 'NAME'"/> |