diff options
author | Reid <reidyaro@gmail.com> | 2014-08-25 00:15:01 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-08-25 00:15:01 +0200 |
commit | 37e4fbda8e508f906e573e124d5d610210d1e933 (patch) | |
tree | f91f552b34c2bd4631bb726f3b29eb6f3508dd26 /npcs.xml | |
parent | d725679c0448c8aa779956ac42d4f256e3648117 (diff) | |
download | clientdata-37e4fbda8e508f906e573e124d5d610210d1e933.tar.gz clientdata-37e4fbda8e508f906e573e124d5d610210d1e933.tar.bz2 clientdata-37e4fbda8e508f906e573e124d5d610210d1e933.tar.xz clientdata-37e4fbda8e508f906e573e124d5d610210d1e933.zip |
Add the new door in npcs.xml.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -118,7 +118,7 @@ IDs 990-999 = Special </npc> <npc id="309" nameOffsetX="-4" targetOffsetX="-5"> <!-- Human Man, standing sailor. --> - <sprite>npcs/xml/elmo1.xml</sprite> + <sprite>npcs/xml/elmo.xml</sprite> </npc> <npc id="310" nameOffsetY="-9" targetOffsetY="-9"> <!-- Ukar Man, sleeping sailor. --> @@ -198,6 +198,10 @@ IDs 990-999 = Special <!-- Artis door, indoor map. --> <sprite>npcs/xml/artisindoor.xml</sprite> </npc> + <npc id="908"> + <!-- Artis door, indoor map with wood floor. --> + <sprite>npcs/xml/artisindoor-wood.xml</sprite> + </npc> <npc id="999"> <!-- No sprite. --> </npc> |