feat(Guild/Commands): guild rename (#10323)

* feat(Guild/Commands): guild rename

* cherry-pick commit (678cade116#)

* Update cs_guild.cpp
This commit is contained in:
Kitzunu
2022-02-03 10:01:16 +01:00
committed by GitHub
parent c45c23ffe7
commit c63ebde9d7
6 changed files with 75 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ enum CharacterDatabaseStatements : uint32
CHAR_INS_GUILD,
CHAR_DEL_GUILD,
CHAR_UPD_GUILD_NAME,
CHAR_INS_GUILD_MEMBER,
CHAR_DEL_GUILD_MEMBER,
CHAR_DEL_GUILD_MEMBERS,