diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-22 19:49:26 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-22 19:49:26 +0200 |
commit | 9e38f589485cb3c6c3c5bd3aa02ab8988251124a (patch) | |
tree | 9c19a142c040c2731fcc3f74582d8c054daeda86 /npcs.xml | |
parent | 765274c29321aac5a90d69ea6f3814bdfa7a7f1a (diff) | |
download | clientdata-9e38f589485cb3c6c3c5bd3aa02ab8988251124a.tar.gz clientdata-9e38f589485cb3c6c3c5bd3aa02ab8988251124a.tar.bz2 clientdata-9e38f589485cb3c6c3c5bd3aa02ab8988251124a.tar.xz clientdata-9e38f589485cb3c6c3c5bd3aa02ab8988251124a.zip |
Fixed the name offset, target offset and offset of the big chest NPC in 000-2-1.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ IDs 990-999 = Special <!-- Chest, an opening container. --> <sprite>npcs/xml/chest.xml</sprite> </npc> - <npc id="317"> + <npc id="317" targetOffsetX="16" nameOffsetX="16"> <!-- Big Chest, an opening container. --> <sprite>npcs/xml/chest-big.xml</sprite> </npc> |