Add holder ID to character object in FalukantService: Include the holder's ID in the character data structure to enhance user identification and data integrity.
This commit is contained in:
@@ -3834,6 +3834,7 @@ class FalukantService extends BaseService {
|
||||
},
|
||||
character: o.holder
|
||||
? {
|
||||
id: o.holder.id,
|
||||
definedFirstName: o.holder.definedFirstName,
|
||||
definedLastName: o.holder.definedLastName,
|
||||
nobleTitle: o.holder.nobleTitle,
|
||||
|
||||
Reference in New Issue
Block a user