|
|
|
@ -198,6 +198,7 @@ namespace BWP.B3ClientService.Tasks |
|
|
|
entity.Name = o.Get<string>("Name"); |
|
|
|
entity.Stopped = o.Get<bool>("Stopped"); |
|
|
|
entity.Password = o.Get<byte[]>("Password"); |
|
|
|
entity.Spell = o.Get<string>("Spell"); |
|
|
|
entity.RoleSchema = "default";//o.Get<string>("RoleSchema");
|
|
|
|
context.Session.Insert(entity); |
|
|
|
} |
|
|
|
|