Hopefully this doesn't break anything, I can't test this properly on my free trial account
Removed "Limit to my creatures", the code now automatically detects this for all owned actors. If you liked to apply edits to minions and stuff of other players... too bad. Implemented UI for setting profiles to NPC, minions and mounts (still WIP, will probably have to implement multiple characters per profile)
This commit is contained in:
@@ -18,7 +18,6 @@ internal static class V3ProfileToV4Converter
|
||||
CreationDate = v3Profile.CreationDate,
|
||||
ModifiedDate = DateTimeOffset.UtcNow,
|
||||
Enabled = v3Profile.Enabled,
|
||||
LimitLookupToOwnedObjects = v3Profile.OwnedOnly,
|
||||
UniqueId = Guid.NewGuid(),
|
||||
Templates = new List<Template>(1)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user