diff options
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> |