Forums WoW Modding Support Archives Azerothcore Discord Archives [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?

[DiscordArchive] is there any way to leave only warsong gulch for random bg?

rektbyfaith
Administrator
0
12-11-2024, 06:33 PM
#1
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?
rektbyfaith
12-11-2024, 06:33 PM #1

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?

rektbyfaith
Administrator
0
12-11-2024, 06:54 PM
#2
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');
```
rektbyfaith
12-11-2024, 06:54 PM #2

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');
```

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)