mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
8
sql/updates/6090_mangos_command.sql
Normal file
8
sql/updates/6090_mangos_command.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DELETE FROM `command` WHERE `name` IN ('lookup event','event','event activelist','event start','event stop');
|
||||
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('lookup event',2,'Syntax: .lookup event $name\r\nAttempts to find the ID of the event with the provided $name.'),
|
||||
('event',2,'Syntax: .event #event_id\r\nShow details about event with #event_id.'),
|
||||
('event activelist',2,'Syntax: .event activelist\r\nShow list of currently active events.'),
|
||||
('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).'),
|
||||
('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).');
|
||||
Loading…
Add table
Add a link
Reference in a new issue