fix: Fixes spellbook not showing SpellCount when added non-empty. (#1424)
This commit is contained in:
parent
3b97e8d39c
commit
27e00cc73f
1 changed files with 2 additions and 1 deletions
|
|
@ -118,7 +118,8 @@ public partial class Spellbook : Item, ICraftable, ISlayer, IAosItem
|
|||
Layer = Layer.OneHanded;
|
||||
LootType = LootType.Blessed;
|
||||
|
||||
_content = content;
|
||||
// The setter is calculating the spell count
|
||||
Content = content;
|
||||
}
|
||||
|
||||
public override bool DisplayWeight => false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue