Revision 2, 356 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 | |
---|
1 | DELETE IGNORE FROM `command` WHERE `name` = 'cast dist'; |
---|
2 | INSERT IGNORE INTO `command` (`name`,`security`,`help`) VALUES |
---|
3 | ('cast dist',3,'Syntax: .cast dist #spellid [#dist [triggered]]\r\n You will cast spell to pint at distance #dist. If \'trigered\' or part provided then spell casted with triggered flag. Not all spells can be casted as area spells.'); |
---|