mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01: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.');
|