diff options
author | Reid <reidyaro@gmail.com> | 2012-06-29 00:38:54 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-29 00:38:54 +0200 |
commit | 1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b (patch) | |
tree | 2cadd822100d2546ffae2cc54dd9350eea2335ff /graphics | |
parent | da0081799798921f09ecc84458c8d9b5762fc2c8 (diff) | |
download | clientdata-1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b.tar.gz clientdata-1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b.tar.bz2 clientdata-1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b.tar.xz clientdata-1a7d89c4c9fd8fb2c8813f2aefef7e9cd5bdd02b.zip |
Correct chest-big animation delay.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/chest-big.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/chest-big.xml b/graphics/sprites/npcs/xml/chest-big.xml index 9108de69..0b646668 100644 --- a/graphics/sprites/npcs/xml/chest-big.xml +++ b/graphics/sprites/npcs/xml/chest-big.xml @@ -22,7 +22,7 @@ Copyright (C) 2012 Evol Online --> <!-- Chest Closing. --> <animation direction="right"> - <sequence value="2,1" delay="100"/> + <sequence value="2,1" delay="110"/> </animation> </action> </sprite> |