diff options
author | Micksha <Micksha@users.noreply.github.com> | 2021-06-09 14:42:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 14:42:50 +0200 |
commit | 3e3804b5a6d76e220f7c8fff7af15ca87731d567 (patch) | |
tree | 7e8e1e046b2905a831dea240ab90c3f575825270 /items | |
parent | f69920754e1798e8969920725a8a4ace4867ce60 (diff) | |
parent | 467c46c845e6928fa17a343af812d19069cfa449 (diff) | |
download | clientdata-3e3804b5a6d76e220f7c8fff7af15ca87731d567.tar.gz clientdata-3e3804b5a6d76e220f7c8fff7af15ca87731d567.tar.bz2 clientdata-3e3804b5a6d76e220f7c8fff7af15ca87731d567.tar.xz clientdata-3e3804b5a6d76e220f7c8fff7af15ca87731d567.zip |
Merge pull request #454 from HoraK-FDF/overlord-helmet-offset-fix
Overlord Helmet fixed offsets
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-head/item760_OverlordsHelmet.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/items/equip-head/item760_OverlordsHelmet.xml b/items/equip-head/item760_OverlordsHelmet.xml index 9fc943f7..e7578ed5 100644 --- a/items/equip-head/item760_OverlordsHelmet.xml +++ b/items/equip-head/item760_OverlordsHelmet.xml @@ -9,5 +9,8 @@ <item id="760" image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." type="equip-head" defense="50" weight="45"> <sprite gender="unisex">equipment/head/overlordhelm.xml</sprite> <sprite gender="female">equipment/head/overlordhelm-female.xml</sprite> + <replace sprite="hair"> + <item to="-1"/> + </replace> </item> </items> |