mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
Implemented guild info command (#756)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1515920217003409800');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'guild info';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('guild info', 2, 'Shows information about the target''s guild or a given Guild Id or Name.');
|
||||
Reference in New Issue
Block a user