root/trunk/sql/updates/6314_mangos_command.sql
@
2
Revision 2, 332 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM `command` WHERE `name` IN ('combatstop'); |
2 | |
3 | INSERT INTO `command` (`name`,`security`,`help`) VALUES |
4 | ('combatstop',2,'Syntax: .combatstop [$playername]\r\nStop combat for selected character. If selected non-player then command applied to self. If $playername provided then attempt applied to online player $playername.'); |
Note: See TracBrowser
for help on using the browser.