feat(Core/Config): Enable/Disable Debug BG/Arena (#3001)

This commit is contained in:
Kitzunu
2020-06-21 13:17:07 +02:00
committed by GitHub
parent 139743004b
commit 0b4af00ab7
6 changed files with 59 additions and 7 deletions

View File

@@ -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.');