[DiscordArchive] is there any way to leave only warsong gulch for random bg?
[DiscordArchive] is there any way to leave only warsong gulch for random bg?
Archived author: OUTRAKE • Posted: 2024-12-11T18:33:38.994000+00:00
Original source
is there any way to leave only warsong gulch for random bg?
Archived author: OUTRAKE • Posted: 2024-12-11T18:54:20.158000+00:00
Original source
disabling them would leave only warsong gluch right?
```
DELETE FROM `disables` WHERE `sourceType`=3 AND `entry` IN (1, 9, 30);
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(3, 1, 0, 0, 0, 'Disable the BG Alterac Valley'),
(3, 9, 0, 0, 0, 'Disable the BG Strand of the Ancients'),
(3, 30, 0, 0, 0, 'Disable the BG Isle of Conquest');
```