root/trunk/sql/updates/0.8/4595_command.sql
@
2
Revision 2, 297 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM command WHERE name IN ('cast','castback'); |
2 | INSERT 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.