feat: improve character update logic and handle haki fields more effectively
This commit is contained in:
@@ -148,9 +148,9 @@
|
||||
pictureUrl: override.pictureUrl ?? '',
|
||||
url: override.url ?? '',
|
||||
devilFruitId: override.devilFruitId !== null && override.devilFruitId !== undefined ? override.devilFruitId : '',
|
||||
hakiObservation: override.hakiObservation ?? false,
|
||||
hakiArmament: override.hakiArmament ?? false,
|
||||
hakiConqueror: override.hakiConqueror ?? false,
|
||||
hakiObservation: override.hakiObservation ?? char.hakiObservation,
|
||||
hakiArmament: override.hakiArmament ?? char.hakiArmament,
|
||||
hakiConqueror: override.hakiConqueror ?? char.hakiConqueror,
|
||||
firstAppearance: override.firstAppearance ?? '',
|
||||
arcId: override.arcId !== null && override.arcId !== undefined ? override.arcId : '',
|
||||
status: override.status ?? ''
|
||||
|
||||
Reference in New Issue
Block a user