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

6 lines
297 B
SQL

DELETE FROM command WHERE name IN ('cast','castback');
INSERT INTO `command` VALUES
('cast',3,'Syntax: .cast #spellid\r\n Cast #spellid to selected target. If no target selected cast to self.'),
('castback',3,'Syntax: .castback #spellid\r\n Selected target cast #spellid to your character.');