mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
.event start/stop will now output the started/stopped eventame+id .event activelist got renamed to .event list with optional parameter "all" so .event list - will list all active events and .event list all - will list all events including inactive ones
6 lines
295 B
SQL
6 lines
295 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8607_01_mangos_string required_8607_02_mangos_command bit;
|
|
|
|
DELETE FROM command where name='event activelist';
|
|
|
|
INSERT INTO `command` VALUES
|
|
('event list',2,'Syntax: .event list\r\nShow list of currently active events.\r\nShow list of all events');
|