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

Revision 2, 0.8 kB (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 ('lookup event','event','event activelist','event start','event stop');
2
3INSERT INTO `command` (`name`,`security`,`help`) VALUES
4('lookup event',2,'Syntax: .lookup event $name\r\nAttempts to find the ID of the event with the provided $name.'),
5('event',2,'Syntax: .event #event_id\r\nShow details about event with #event_id.'),
6('event activelist',2,'Syntax: .event activelist\r\nShow list of currently active events.'),
7('event start',2,'Syntax: .event start #event_id\r\nStart event #event_id. Set start time for event to current moment (change not saved in DB).'),
8('event stop',2,'Syntax: .event stop #event_id\r\nStop event #event_id. Set start time for event to time in past that make current moment is event stop time (change not saved in DB).');
Note: See TracBrowser for help on using the browser.