refactor(World/WorldState): use prepared statements (#22582)

This commit is contained in:
Jelle Meeus
2025-07-27 22:04:03 -07:00
committed by GitHub
parent 970b6cf7b6
commit fc4b2939ee
3 changed files with 14 additions and 3 deletions

View File

@@ -528,6 +528,9 @@ enum CharacterDatabaseStatements : uint32
CHAR_DELETE_INSTANCE_SAVED_DATA,
CHAR_SANITIZE_INSTANCE_SAVED_DATA,
CHAR_SEL_WORLD_STATE,
CHAR_REP_WORLD_STATE,
MAX_CHARACTERDATABASE_STATEMENTS
};