mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
5 lines
199 B
SQL
5 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.');
|