feat(renown): add Reputation/Renown/TurnIn entities and update Character/ItemDefinition/CombatReward
This commit is contained in:
@@ -29,9 +29,6 @@ export class CombatReward {
|
||||
@Column({ name: 'character_id', type: 'uuid' })
|
||||
characterId!: string;
|
||||
|
||||
@Column({ name: 'experience_granted', type: 'integer' })
|
||||
experienceGranted!: number;
|
||||
|
||||
@Column({ name: 'silver_granted', type: 'integer' })
|
||||
silverGranted!: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user