diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 17:44:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 17:44:19 -0300 |
commit | d33da78658abbc2a385a9f564eb068cd23579e24 (patch) | |
tree | 09f1fe140a30d12b4c3ec41e2b9a0f3307f7b431 /monsters.xml | |
parent | 3eb54d185f3daee9c0e8e9ec01789cb8fa6555bd (diff) | |
download | clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.gz clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.bz2 clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.tar.xz clientdata-d33da78658abbc2a385a9f564eb068cd23579e24.zip |
Fix remaining errors because @Saulc neglected to make pipeline
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 65a11334..39dd6ada 100644 --- a/monsters.xml +++ b/monsters.xml @@ -537,7 +537,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/magicbif.particle.xml</particlefx> </monster> <monster id="1119" name="Big Magic Bif" targetCursor="medium"> - <sprite>monsters/bigbif.xml|W:#ff059d,#ff0e93</sprite> + <sprite>monsters/bigbif.xml|W:#ff059d,ff0e93</sprite> <particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx> </monster> </monsters> |