diff options
author | Reid <reidyaro@gmail.com> | 2012-06-11 14:49:19 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-11 14:49:19 +0200 |
commit | e2e4b15e24b691f8fff9d2c52e6387abfa91914f (patch) | |
tree | ac7757b21e69d0aac0f8530d983ca01e96f3289d | |
parent | b0c0923829d223b2b9e96a3ff2782dccfcc0c1e3 (diff) | |
download | clientdata-e2e4b15e24b691f8fff9d2c52e6387abfa91914f.tar.gz clientdata-e2e4b15e24b691f8fff9d2c52e6387abfa91914f.tar.bz2 clientdata-e2e4b15e24b691f8fff9d2c52e6387abfa91914f.tar.xz clientdata-e2e4b15e24b691f8fff9d2c52e6387abfa91914f.zip |
Correct imageset name on tortuga xml.
-rw-r--r-- | graphics/sprites/monsters/tortuga.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/tortuga.xml b/graphics/sprites/monsters/tortuga.xml index 0dcad9bc..fb7a2def 100644 --- a/graphics/sprites/monsters/tortuga.xml +++ b/graphics/sprites/monsters/tortuga.xml @@ -279,7 +279,7 @@ Copyright (C) 2011-2012 Evol Online --> </action> - <action name="dead" imageset="base"> + <action name="dead" imageset="mob"> <animation direction="down"> <frame index="3"/> |