feat(Guild/Commands): guild rename (#10323)
* feat(Guild/Commands): guild rename * cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/678cade1163080263bdea9e349fbb67b7af15ea7#) * Update cs_guild.cpp
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642946406666106700');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'guild rename';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('guild rename', 3, 'Syntax: .guild rename "$GuildName" "$NewGuildName" \n\n Rename a guild named $GuildName with $NewGuildName. Guild name and new guild name must in quotes.');
|
||||
Reference in New Issue
Block a user