diff options
author | Reid <reidyaro@gmail.com> | 2015-11-02 09:15:20 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-02 09:15:20 +0100 |
commit | 81ff98049c9fa9528f1099b057aa6b91d2ee635f (patch) | |
tree | c81d305170c666b0063d6955610c4e5bf763aabf /graphics | |
parent | 1b3a6f38279959871b47603acc68205a0cf6ccde (diff) | |
download | clientdata-81ff98049c9fa9528f1099b057aa6b91d2ee635f.tar.gz clientdata-81ff98049c9fa9528f1099b057aa6b91d2ee635f.tar.bz2 clientdata-81ff98049c9fa9528f1099b057aa6b91d2ee635f.tar.xz clientdata-81ff98049c9fa9528f1099b057aa6b91d2ee635f.zip |
Fix rumly's animations length.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/rumly.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/rumly.xml b/graphics/sprites/npcs/xml/rumly.xml index 1aabefd2..c430c283 100644 --- a/graphics/sprites/npcs/xml/rumly.xml +++ b/graphics/sprites/npcs/xml/rumly.xml @@ -9,6 +9,7 @@ Copyright (C) 2010-2015 Evol Online --> <animation direction="left"> <frame index="5" delay="100"/> <frame index="6" delay="150"/> + <frame index="0"/> </animation> <!-- Close eyes animation --> |