fix (db): EOTS BG StartMaxDist (#14489)

this fixes the StartMaxDist to the appropiate size of 10 instead of default which will never flag the player for being outside the start spot before the bg starts (exploit) and there fore will never tele them back into place after 9 seconds.
This commit is contained in:
M'Dic
2023-01-03 15:54:41 -05:00
committed by GitHub
parent 3ad652d8ab
commit 6a5a6e2453

View File

@@ -0,0 +1,3 @@
DELETE FROM `battleground_template` WHERE `ID`=7;
INSERT INTO `battleground_template` (`ID`, `MinPlayersPerTeam`, `MaxPlayersPerTeam`, `MinLvl`, `MaxLvl`, `AllianceStartLoc`, `AllianceStartO`, `HordeStartLoc`, `HordeStartO`, `StartMaxDist`, `Weight`, `ScriptName`, `Comment`) VALUES
(7, 8, 15, 61, 80, 1103, 3.03123, 1104, 0.055761, 10, 1, '', 'Eye of The Storm (battleground)');