root/trunk/sql/updates/6513_mangos_command.sql @ 2

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 
1DELETE IGNORE FROM `command` WHERE `name` = 'cast dist';
2INSERT 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.');
Note: See TracBrowser for help on using the browser.