diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2021-01-29 04:00:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 04:00:09 +0000 |
commit | 35dde9a69943a0095bd96bfd6b1d5becb6ec97cb (patch) | |
tree | 41c168b8d3e91adc76f71ff4f1e7564f8ee72d02 | |
parent | d067b7d8a5fe25b500b4cead658b8b51b11c176e (diff) | |
download | clientdata-35dde9a69943a0095bd96bfd6b1d5becb6ec97cb.tar.gz clientdata-35dde9a69943a0095bd96bfd6b1d5becb6ec97cb.tar.bz2 clientdata-35dde9a69943a0095bd96bfd6b1d5becb6ec97cb.tar.xz clientdata-35dde9a69943a0095bd96bfd6b1d5becb6ec97cb.zip |
Magic bonus was incorrect at 4 while DB reported 2. Fixed. (#415)
-rw-r--r-- | items/equip-head/item1204_AntlerHat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item1204_AntlerHat.xml b/items/equip-head/item1204_AntlerHat.xml index 0ae4a0b1..76c5b765 100644 --- a/items/equip-head/item1204_AntlerHat.xml +++ b/items/equip-head/item1204_AntlerHat.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="1204" image="equipment/head/antlerhat.png" name="Antler Hat" description="A hat with antlers sticking out of it." mattack="4" type="equip-head" defense="4" weight="15" sellProtected="true"> + <item id="1204" image="equipment/head/antlerhat.png" name="Antler Hat" description="A hat with antlers sticking out of it." mattack="2" type="equip-head" defense="4" weight="15" sellProtected="true"> <sprite gender="unisex">equipment/head/antlerhat.xml</sprite> <sprite gender="female">equipment/head/antlerhat-female.xml</sprite> </item> |