mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 05:29:43 -04:00
5 lines
515 B
MySQL
5 lines
515 B
MySQL
|
|
DELETE FROM `command` WHERE `name` IN ('ban character','ban playeraccount');
|
||
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||
|
|
('ban character',3,'Syntax: .ban character $Name $bantime $reason\nBan character and kick player.\n$bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".'),
|
||
|
|
('ban playeraccount',3,'Syntax: .ban playeraccount $Name $bantime $reason\nBan account and kick player.\n$bantime: negative value leads to permban, otherwise use a timestring like "4d20h3s".');
|