diff options
author | Reid <reidyaro@gmail.com> | 2014-06-02 00:25:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-06-02 00:25:14 +0200 |
commit | b44466d0d546596ca59101f982af65442314931a (patch) | |
tree | b3dca9732f5dc6ee9ed0fb4b5cf80ce9570066f0 /npcs.xml | |
parent | 8c1ff956eb6f76b745e0399b4f43b1653a213a80 (diff) | |
download | clientdata-b44466d0d546596ca59101f982af65442314931a.tar.gz clientdata-b44466d0d546596ca59101f982af65442314931a.tar.bz2 clientdata-b44466d0d546596ca59101f982af65442314931a.tar.xz clientdata-b44466d0d546596ca59101f982af65442314931a.zip |
Add 2 new NPC ID in npcs.xml for artis's doors.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -186,8 +186,15 @@ IDs 990-999 = Special <!-- Right Hammock --> <sprite>npcs/xml/hammock-animated2.xml</sprite> </npc> + <npc id="906"> + <!-- Artis door, outside map. --> + <sprite>npcs/xml/artisdoor.xml</sprite> + </npc> + <npc id="907"> + <!-- Artis door, indoor map. --> + <sprite>npcs/xml/artisindoor.xml</sprite> + </npc> <npc id="999"> <!-- No sprite. --> </npc> - </npcs> |