feat(Scripts/Commands): Implement item refund command (#9811)
This commit is contained in:
parent
267cd9a75a
commit
ea1ffd6894
5 changed files with 229 additions and 2 deletions
|
|
@ -514,6 +514,9 @@ enum CharacterDatabaseStatements : uint32
|
|||
CHAR_DEL_RECOVERY_ITEM,
|
||||
CHAR_DEL_RECOVERY_ITEM_BY_RECOVERY_ID,
|
||||
|
||||
CHAR_SEL_HONORPOINTS,
|
||||
CHAR_SEL_ARENAPOINTS,
|
||||
|
||||
CHAR_INS_RESERVED_PLAYER_NAME,
|
||||
|
||||
MAX_CHARACTERDATABASE_STATEMENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue