feat(Core): add argument to .character rename to add name to reserved_name (#6163)

This commit is contained in:
Axel Cocat
2021-06-18 17:09:29 +02:00
committed by GitHub
parent 5a564ea498
commit 848bb0891b
6 changed files with 45 additions and 1 deletions

View File

@@ -507,6 +507,8 @@ enum CharacterDatabaseStatements
CHAR_INS_RECOVERY_ITEM,
CHAR_DEL_RECOVERY_ITEM,
CHAR_INS_RESERVED_PLAYER_NAME,
MAX_CHARACTERDATABASE_STATEMENTS
};