mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
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:
3
data/sql/updates/pending_db_world/eots-maxdist.sql
Normal file
3
data/sql/updates/pending_db_world/eots-maxdist.sql
Normal 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)');
|
||||
Reference in New Issue
Block a user