diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-09 22:36:13 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-09 22:36:34 +0200 |
commit | 7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e (patch) | |
tree | bc225195a0cee9dbe8b380fdf2999bfdac62dd9d /npcs.xml | |
parent | 2577ecde4f4cb3ad53a80eb05ffc443f0e2c4017 (diff) | |
download | clientdata-7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e.tar.gz clientdata-7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e.tar.bz2 clientdata-7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e.tar.xz clientdata-7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e.zip |
The flying piou npc now has a correct target cursor size.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ IDs 990-999 = Special <!-- Monster-Piou, a jumping and funny yellow pixels. --> <sprite>npcs/xml/market-piou9.xml</sprite> </npc> - <npc id="440"> + <npc id="440" targetCursor="small"> <!-- Monster-Piou, a flying and funny yellow pixels. --> <sprite>npcs/xml/flying-piou.xml</sprite> </npc> |