mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
feat(Core/Config): Enable/Disable Debug BG/Arena (#3001)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1588709577858892600');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` IN (30085,30086);
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(30085, 'Battleground Debugging is already enabled in the config, thus you are unable to enable/disable it with command.'),
|
||||
(30086, 'Arena Debugging is already enabled in the config, thus you are unable to enable/disable it with command.');
|
||||
Reference in New Issue
Block a user