diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-06 20:33:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-06 20:34:23 +0300 |
commit | c54b49e8fb853ab748fc2c2d5660a4f075254d9f (patch) | |
tree | 7136476308d426a7d7a890ea32ae32814441fb01 /npcs.xml | |
parent | b8f3b451e34e834aee51625e67bd48d38224d5cb (diff) | |
download | clientdata-c54b49e8fb853ab748fc2c2d5660a4f075254d9f.tar.gz clientdata-c54b49e8fb853ab748fc2c2d5660a4f075254d9f.tar.bz2 clientdata-c54b49e8fb853ab748fc2c2d5660a4f075254d9f.tar.xz clientdata-c54b49e8fb853ab748fc2c2d5660a4f075254d9f.zip |
Allow npc 801 walk on all collisions.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ IDs 990-999 = Special <menu name="Sell" command="sell 'NAME'"/> <menu name="Poke" command="w2 NPC:'NAME' poke"/> </npc> - <npc id="801" walkType="walkswim"> + <npc id="801" walkType="all"> <!-- npc with player look. --> <sprite>races/human-male.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> |