Skip to content

Commit a9110d3

Browse files
committed
Fix helmet export
1 parent dff5f46 commit a9110d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/Bases/helmet.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ itemBases["Runemastered Ancient Visor"] = {
18091809
socketLimit = 3,
18101810
tags = { armour = true, default = true, helmet = true, runeforged = true, str_dex_armour = true, },
18111811
implicitModTypes = { },
1812-
armour = { Armour = 168, Evasion = 153, Ward = 59, },
1812+
armour = { Armour = 168, Evasion = 153, RunicWard = 59, },
18131813
req = { level = 65, str = 59, dex = 59, },
18141814
}
18151815

0 commit comments

Comments
 (0)