summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorLedmitz <69915785+Ledmitz@users.noreply.github.com>2021-01-29 04:00:09 +0000
committerGitHub <noreply@github.com>2021-01-29 04:00:09 +0000
commit35dde9a69943a0095bd96bfd6b1d5becb6ec97cb (patch)
tree41c168b8d3e91adc76f71ff4f1e7564f8ee72d02 /items
parentd067b7d8a5fe25b500b4cead658b8b51b11c176e (diff)
downloadclientdata-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)
Diffstat (limited to 'items')
-rw-r--r--items/equip-head/item1204_AntlerHat.xml2
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>