mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes. Really allow with .debug bg start bg with 1 player. Added helps for some existed .debug commands.
6 lines
478 B
SQL
6 lines
478 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7251_01_mangos_spell_chain required_7252_01_mangos_command bit;
|
|
|
|
DELETE FROM `command` WHERE `name` IN ('debug arena','debug bg');
|
|
INSERT INTO `command` VALUES
|
|
('debug arena',3,'Syntax: .debug arena\r\n\r\nToggle debug mode for arenas. In debug mode GM can start arena with single player.'),
|
|
('debug bg',3,'Syntax: .debug bg\r\n\r\nToggle debug mode for battlegrounds. In debug mode GM can start battleground with single player.');
|