Skip to content

Conversation

@sogladev
Copy link
Member

Requires:

This is missing tests, and the PR is incompatible with the below (the other needs to be updated if either is merged)

FrancescoBorzi and others added 3 commits December 29, 2025 17:48
previously, this column only showed a few characters and was not
readable
@sogladev sogladev marked this pull request as draft January 7, 2026 21:53
@sogladev sogladev marked this pull request as ready for review January 7, 2026 21:55
export class SelectTrainerComponent extends SelectComponent<Trainer> {
protected override readonly entityTable = TRAINER_TABLE;
protected override readonly entityIdField = TRAINER_ID;
readonly customStartingId = 1000000;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could set it as protected

}
},
"resolutions": {
"ora": "5.4.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? are you sure that it should not be under overrides?


export class Trainer extends TableRow {
Id: number = 0;
Type: number = 2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is 2? do we have a real type for this Type field? let's use a const enum?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

npc_trainer align AC

4 participants