From fa4e82e3fe2b3af66d35dd2d4bdd9b0db1d9b30d Mon Sep 17 00:00:00 2001 From: Stefan Konno Date: Sun, 26 Sep 2021 16:33:47 +0200 Subject: [PATCH] updated failing magical attribute --- item.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/item.go b/item.go index 0786276..3efdfa5 100644 --- a/item.go +++ b/item.go @@ -1317,7 +1317,8 @@ var magicalProperties = map[uint64]MagicalProperty{ // additional skill points are given. 107: {Bits: []uint{9, 3}, Name: "+{1} To {0}"}, 108: {Bits: []uint{1}, Name: "Rest In Peace"}, - 109: {Bits: []uint{9, 5}, Name: "+{1} to spell {0} (char_class Only)"}, + // Curse Resistance, not found in vanilla but can be placed on NV charms. + 109: {Bits: []uint{9}, Name: "Unknown (Invisible)"}, 181: {Bits: []uint{9, 5}, Name: "+{1} to spell {0} (char_class Only)"}, 182: {Bits: []uint{9, 5}, Name: "+{1} to spell {0} (char_class Only)"}, 183: {Bits: []uint{9, 5}, Name: "+{1} to spell {0} (char_class Only)"},