mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7)
Closes #8046
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `battleground_template` WHERE `id` = 6;
|
||||
INSERT INTO `battleground_template` (`id`, `MinPlayersPerTeam`, `MaxPlayersPerTeam`, `MinLvl`, `MaxLvl`, `AllianceStartLoc`, `AllianceStartO`, `HordeStartLoc`, `HordeStartO`, `StartMaxDist`, `Weight`, `ScriptName`, `Comment`) VALUES
|
||||
(6,0,2,10,80,0,0,0,0,0,1,'','All Arena');
|
||||
Reference in New Issue
Block a user