diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:42 -0300 |
commit | 27efbb893c8383ec9436a7115ef3efd1b88f55e9 (patch) | |
tree | 7de1853aa6028ad8128054df3ef617762b9052b1 /graphics/sprites/monsters/pet-black-cat.xml | |
parent | 191e476b679e09cf4de573181d8392235308afa5 (diff) | |
download | clientdata-27efbb893c8383ec9436a7115ef3efd1b88f55e9.tar.gz clientdata-27efbb893c8383ec9436a7115ef3efd1b88f55e9.tar.bz2 clientdata-27efbb893c8383ec9436a7115ef3efd1b88f55e9.tar.xz clientdata-27efbb893c8383ec9436a7115ef3efd1b88f55e9.zip |
Fix pipeline bugs
Diffstat (limited to 'graphics/sprites/monsters/pet-black-cat.xml')
-rw-r--r-- | graphics/sprites/monsters/pet-black-cat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/pet-black-cat.xml b/graphics/sprites/monsters/pet-black-cat.xml index 393128c6..e49ad0b8 100644 --- a/graphics/sprites/monsters/pet-black-cat.xml +++ b/graphics/sprites/monsters/pet-black-cat.xml @@ -2,5 +2,5 @@ <sprite> <imageset name="base" src="graphics/sprites/monsters/pet-black-cat.png" width="32" height="32" /> - <include file="graphics/sprites/monsters/pet-cat.xml"/> + <include file="monsters/pet-cat.xml"/> </sprite> |