diff options
author | Wombat <hpwombat@yahoo.com> | 2010-09-04 17:04:53 -0400 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 15:16:21 +0100 |
commit | 7f70c8afd621f79bd13e3ebd028669e483b61408 (patch) | |
tree | 78839724cd60c2eaafaa43fd1e457ee9b21705f7 /monsters.xml | |
parent | 6a93ab141d8d7bc67594a56820c13de93d8d913e (diff) | |
download | clientdata-7f70c8afd621f79bd13e3ebd028669e483b61408.tar.gz clientdata-7f70c8afd621f79bd13e3ebd028669e483b61408.tar.bz2 clientdata-7f70c8afd621f79bd13e3ebd028669e483b61408.tar.xz clientdata-7f70c8afd621f79bd13e3ebd028669e483b61408.zip |
bandit quest related xml and png adds and changes
bandit-hood icon add, fixed fairy hat png, bandit, bandit lord xml and png added
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 281a0f4b..53539a9c 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1293,11 +1293,11 @@ exp<TAG>: Tells how much experience point a monster is giving up </monster> <monster id="61" name="Bandit"> <sprite>monsters/monster-bandit.xml</sprite> - <sprite>weapon-dagger.xml</sprite> + <sprite>monsters/weapon-dagger.xml</sprite> </monster> <monster id="62" name="Bandit Lord"> <sprite>monsters/monster-bandit-lord.xml</sprite> - <sprite>weapon-bow.xml</sprite> + <sprite>monsters/weapon-bow.xml</sprite> </monster> <monster id="63" name="The Lost" targetCursor="medium"> <sprite>monsters/monster-skeleton.xml|#aca379</sprite> |