mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 19:43:19 -04:00
6 lines
330 B
SQL
6 lines
330 B
SQL
DELETE FROM `command` WHERE `name` LIKE 'channel set public';
|
|
DELETE FROM `command` WHERE `name` LIKE 'channel set ownership';
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('channel set ownership', 3, 'Syntax: .channel set ownership $channel [on/off]\n\n\Grant ownership to the first person that joins the channel.');
|
|
|