Fixed typo caused by insert key

This commit is contained in:
Patrick Griffiths
2017-03-03 23:50:13 +00:00
parent 66669433b1
commit 1165cf8ede

View File

@@ -10,7 +10,7 @@ itemBases["Rusted Sword"] = {
itemBases["Copper Sword"] = {
type = "One Handed Sword",
implicit = "18% increased Accuracy Rating",
weapon = { PhysicalMin = = 7, PhysicalMax = 15, critChanceBase = 5, attackRateBase = 1.4, },
weapon = { PhysicalMin = 7, PhysicalMax = 15, critChanceBase = 5, attackRateBase = 1.4, },
req = { level = 5, str = 14, dex = 14, },
}
itemBases["Sabre"] = {