Files
TrinityCore/sql/updates/5865_mangos_command.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

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.');