fix: Fixes runebook OPL not updating with charges (#2088)
This commit is contained in:
parent
28460114cb
commit
c8f13b2933
1 changed files with 2 additions and 0 deletions
|
|
@ -39,10 +39,12 @@ public partial class Runebook : Item, ISecurable, ICraftable
|
|||
[SerializedCommandProperty(AccessLevel.GameMaster)]
|
||||
private string _description;
|
||||
|
||||
[InvalidateProperties]
|
||||
[SerializableField(5)]
|
||||
[SerializedCommandProperty(AccessLevel.GameMaster)]
|
||||
private int _curCharges;
|
||||
|
||||
[InvalidateProperties]
|
||||
[SerializableField(6)]
|
||||
[SerializedCommandProperty(AccessLevel.GameMaster)]
|
||||
private int _maxCharges;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue