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

Revision 2, 243 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 ('combatstop');
2
3INSERT INTO `command` (`name`,`security`,`help`) VALUES
4('combatstop',2,'Syntax: .combatstop\r\nStop combat for selected character. If selected non-player then command applied to self.');
Note: See TracBrowser for help on using the browser.