root/trunk/sql/updates/0.8/4595_command.sql @ 2

Revision 2, 297 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM command WHERE name IN ('cast','castback');
2INSERT INTO `command` VALUES 
3('cast',3,'Syntax: .cast #spellid\r\n  Cast #spellid to selected target. If no target selected cast to self.'),
4('castback',3,'Syntax: .castback #spellid\r\n  Selected target cast #spellid to your character.');
5
Note: See TracBrowser for help on using the browser.