mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
199 B
SQL
4 lines
199 B
SQL
DELETE FROM `command` WHERE `name` = 'cast self';
|
|
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('cast self',3,'Syntax: .cast self #spellid\r\nCast #spellid by target at target itself.');
|