diff options
Diffstat (limited to 'graphics/sprites/races/human-male.xml')
-rw-r--r-- | graphics/sprites/races/human-male.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml index 1f99a17e..9dfcd1d9 100644 --- a/graphics/sprites/races/human-male.xml +++ b/graphics/sprites/races/human-male.xml @@ -77,16 +77,16 @@ Copyright (C) 2012-2013 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="68"/> + <frame index="64"/><!-- 68~71 are sit2 --> </animation> <animation direction="left"> - <frame index="69"/> + <frame index="65"/> </animation> <animation direction="up"> - <frame index="70"/> + <frame index="66"/> </animation> <animation direction="right"> - <frame index="71"/> + <frame index="67"/> </animation> </action> |