Skip to content

Fix missing table when deleting character#314

Merged
P0nk merged 1 commit intoP0nk:masterfrom
xstupidcow:fix/missing-table-when-deleting-character
Aug 3, 2025
Merged

Fix missing table when deleting character#314
P0nk merged 1 commit intoP0nk:masterfrom
xstupidcow:fix/missing-table-when-deleting-character

Conversation

@xstupidcow
Copy link

Description

Server error when deleting a character

In-game error:

in-game-error

Server error:

console-error

The error is caused by the deleting character SQL, which has "missing" server_queue table.

I am not sure if this table ever exist or not so the easy fix here is to remove it from the SQL statement.

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have tested my changes
  • I have added unit tests that prove my changes work (I didn't add any test, not sure if it is necessary)

Copy link
Owner

@P0nk P0nk left a comment

Choose a reason for hiding this comment

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

The server_queue existed pre v1.0.0 but was never used for anything. In v1.0.0 it was removed but I missed this reference to it.

@P0nk P0nk merged commit cf5ba09 into P0nk:master Aug 3, 2025
1 check passed
@xstupidcow xstupidcow deleted the fix/missing-table-when-deleting-character branch August 3, 2025 15:32
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.

2 participants