summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-07-22 20:23:29 +0200
committerAlige <aligetmw@hotmail.fr>2013-07-22 20:23:29 +0200
commitc61c6b93719fd48e8f25e4348f48c0df8e726c3e (patch)
tree1e1d4d2ce415b72ae946b814694e2e5ab8d02d79
parent9e38f589485cb3c6c3c5bd3aa02ab8988251124a (diff)
downloadclientdata-c61c6b93719fd48e8f25e4348f48c0df8e726c3e.tar.gz
clientdata-c61c6b93719fd48e8f25e4348f48c0df8e726c3e.tar.bz2
clientdata-c61c6b93719fd48e8f25e4348f48c0df8e726c3e.tar.xz
clientdata-c61c6b93719fd48e8f25e4348f48c0df8e726c3e.zip
Small fix on the target offset recently added on the chest box npc.
-rw-r--r--npcs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/npcs.xml b/npcs.xml
index 9691fdb4..b529b72a 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -140,7 +140,7 @@ IDs 990-999 = Special
<!-- Chest, an opening container. -->
<sprite>npcs/xml/chest.xml</sprite>
</npc>
- <npc id="317" targetOffsetX="16" nameOffsetX="16">
+ <npc id="317" targetOffsetX="14" nameOffsetX="16">
<!-- Big Chest, an opening container. -->
<sprite>npcs/xml/chest-big.xml</sprite>
</npc>