diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-25 13:03:55 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | 0162c9cc3c7ca13e2baabe34e539b8a01bd9fabd (patch) | |
tree | 766c6027b1a8771870c750d4e5b1d86fef7cc3d8 /graphics | |
parent | cb9a08ef9f5f66fcf8c602802849f4971b12d6cd (diff) | |
download | clientdata-0162c9cc3c7ca13e2baabe34e539b8a01bd9fabd.tar.gz clientdata-0162c9cc3c7ca13e2baabe34e539b8a01bd9fabd.tar.bz2 clientdata-0162c9cc3c7ca13e2baabe34e539b8a01bd9fabd.tar.xz clientdata-0162c9cc3c7ca13e2baabe34e539b8a01bd9fabd.zip |
Add rowboat and Koga to Artis.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/rowboat.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sprites/npcs/xml/rowboat.xml b/graphics/sprites/npcs/xml/rowboat.xml index 1760ddee..fb2d18c2 100644 --- a/graphics/sprites/npcs/xml/rowboat.xml +++ b/graphics/sprites/npcs/xml/rowboat.xml @@ -11,11 +11,10 @@ Copyright (C) 2018 Evol Online --> offsetX="0"/> <action name="stand" imageset="npc"> - - <animation direction="up"> + <animation direction="right"> <frame index="6"/> </animation> - <animation direction="right"> + <animation direction="up"> <frame index="13"/> </animation> </action> |