Skip to content

Commit

Permalink
Merge pull request #22 from nokka/reading_error
Browse files Browse the repository at this point in the history
updated failing magical attribute
  • Loading branch information
nokka authored Sep 26, 2021
2 parents 698a69e + fa4e82e commit 95f2e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion item.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)"},
Expand Down

0 comments on commit 95f2e48

Please sign in to comment.