diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-08 00:35:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-08 01:08:09 +0300 |
commit | d0215ecd5fa0783844e425bf3babf1cfcab171df (patch) | |
tree | 505f1f80b136b3556a2315f76daa8be463ef6d19 /npcs.xml | |
parent | ffd75efe9d12ccefd1902d940a02a891314d6f91 (diff) | |
download | clientdata-d0215ecd5fa0783844e425bf3babf1cfcab171df.tar.gz clientdata-d0215ecd5fa0783844e425bf3babf1cfcab171df.tar.bz2 clientdata-d0215ecd5fa0783844e425bf3babf1cfcab171df.tar.xz clientdata-d0215ecd5fa0783844e425bf3babf1cfcab171df.zip |
Disable hammock npc selection.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,11 +124,11 @@ IDs 990-999 = Special Savepoint, 64x64. <particlefx>graphics/particles/savepoint-64x64.xml</particlefx> </npc>--> - <npc id="904"> + <npc id="904" targetSelection="false"> <!-- Left Hammock --> <sprite>npcs/xml/hammock-animated1.xml</sprite> </npc> - <npc id="905"> + <npc id="905" targetSelection="false"> <!-- Right Hammock --> <sprite>npcs/xml/hammock-animated2.xml</sprite> </npc> |