diff options
author | Reid <reidyaro@gmail.com> | 2015-02-05 03:50:12 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-05 03:50:12 +0100 |
commit | 84e70dbf39793cb6b8bf995a6f1e336dbd3c65b4 (patch) | |
tree | f0c964802ff1e2bd95916625028d21fc118f0474 /npcs.xml | |
parent | fb096a7fcb28b8934b89c879d719a141001a6183 (diff) | |
download | clientdata-84e70dbf39793cb6b8bf995a6f1e336dbd3c65b4.tar.gz clientdata-84e70dbf39793cb6b8bf995a6f1e336dbd3c65b4.tar.bz2 clientdata-84e70dbf39793cb6b8bf995a6f1e336dbd3c65b4.tar.xz clientdata-84e70dbf39793cb6b8bf995a6f1e336dbd3c65b4.zip |
Add second type of harbour NPC.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -224,6 +224,13 @@ IDs 990-999 = Special <sprite>accessories/harbour-rope.xml</sprite> <menu name="Rotate" command="wheel"/> </npc> + <npc id="421"> + <!-- Harbour with a funny wheel and a box. --> + <sprite>npcs/xml/harbour.xml</sprite> + <sprite>accessories/harbour-box.xml</sprite> + <sprite>accessories/harbour-rope.xml</sprite> + <menu name="Rotate" command="wheel"/> + </npc> <npc id="800"> <!-- Test npc. --> |