diff options
author | Reid <reidyaro@gmail.com> | 2012-05-14 03:38:36 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-14 03:38:36 +0200 |
commit | b8ff99a33b9ceb0d9229f0c928ee9b0ff89c0887 (patch) | |
tree | 9041d90660242cee50e987272bfb7cce913865e7 /npcs.xml | |
parent | 649062213ab9ef34a50b8cfd770accb96d1d8ef1 (diff) | |
download | clientdata-b8ff99a33b9ceb0d9229f0c928ee9b0ff89c0887.tar.gz clientdata-b8ff99a33b9ceb0d9229f0c928ee9b0ff89c0887.tar.bz2 clientdata-b8ff99a33b9ceb0d9229f0c928ee9b0ff89c0887.tar.xz clientdata-b8ff99a33b9ceb0d9229f0c928ee9b0ff89c0887.zip |
Add Demon sitting (Part of Random Sailor NPC),
Update Demon's outline color,
Change 105 and 106 ID values on npcs.xml .
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,11 +29,11 @@ IDs 990-999 = Special <sprite variant="2">npcs/XML/npc.xml</sprite> </npc> <npc id="105"> - <!-- Demon-Man, standing sailor. --> + <!-- Demon-Man, sitting sailor. --> <sprite variant="3">npcs/XML/npc.xml</sprite> </npc> - <npc id="104"> - <!-- Elven-Man, sitting sailor. --> + <npc id="106"> + <!-- Elven-Man, standing sailor. --> <sprite variant="4">npcs/XML/npc.xml</sprite> </npc> |