mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
feat(Core): add argument to .character rename to add name to reserved_name (#6163)
This commit is contained in:
@@ -1255,6 +1255,7 @@ public:
|
||||
// reserved names
|
||||
void LoadReservedPlayersNames();
|
||||
[[nodiscard]] bool IsReservedName(std::string const& name) const;
|
||||
void AddReservedPlayerName(std::string const& name);
|
||||
|
||||
// name with valid structure and symbols
|
||||
static uint8 CheckPlayerName(std::string const& name, bool create = false);
|
||||
|
||||
Reference in New Issue
Block a user