fix: Fixes item serials (#1551)
This commit is contained in:
parent
5b99402666
commit
6178f2851a
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ public class GenericEntityPersistence<T> : Persistence, IGenericEntityPersistenc
|
|||
_name = name;
|
||||
_minSerial = minSerial;
|
||||
_maxSerial = maxSerial;
|
||||
_lastEntitySerial = (Serial)(minSerial - 1);
|
||||
typeof(T).RegisterFindEntity(Find);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue