mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(Guild/Commands): guild rename (#10323)
* feat(Guild/Commands): guild rename
* cherry-pick commit (678cade116#)
* 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