diff options
author | Wushin <pasekei@gmail.com> | 2015-01-12 10:09:11 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-12 10:09:11 -0600 |
commit | 60f77bc000e0b5eefc2854d414cda24b69d9e2e6 (patch) | |
tree | 3dcc58c313aa87cc45a3213ea5bf33db0128df21 | |
parent | 537a08c52529c23b852bad508cb61f96d4ffdc56 (diff) | |
parent | 8b34c42583280623cfa453eb0861f53138da5a32 (diff) | |
download | clientdata-60f77bc000e0b5eefc2854d414cda24b69d9e2e6.tar.gz clientdata-60f77bc000e0b5eefc2854d414cda24b69d9e2e6.tar.bz2 clientdata-60f77bc000e0b5eefc2854d414cda24b69d9e2e6.tar.xz clientdata-60f77bc000e0b5eefc2854d414cda24b69d9e2e6.zip |
Merge pull request #217 from Cassy1/reinboo
Making Reinboo use the correct base sprite
-rw-r--r-- | monsters/monster1094_Reinboo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters/monster1094_Reinboo.xml b/monsters/monster1094_Reinboo.xml index 82e00775..5d2910fc 100644 --- a/monsters/monster1094_Reinboo.xml +++ b/monsters/monster1094_Reinboo.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <monsters offset="0"> <monster id="1094" name="Reinboo"> - <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/christmas-mouboo.xml</sprite> <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> |