##Core: Latency slider now goes from 50-750 (up from 50-500). Mainly for australia players who simply get crap latency whether they play EU or US, realms still oceans away.
@@ -1224,7 +1224,7 @@
bmtestmode:SetPoint('TOPLEFT', bmrange, "TOPRIGHT", 0, 0)
bmtestmode:SetScript("OnClick", function(self) DBM:DemoMode() end)
- local latencySlider = generaloptions:CreateSlider(L.Latency_Text, 50, 500, 5, 210) -- (text , min_value , max_value , step , width)
+ local latencySlider = generaloptions:CreateSlider(L.Latency_Text, 50, 750, 5, 210) -- (text , min_value , max_value , step , width)
latencySlider:SetPoint('BOTTOMLEFT', bmrange, "BOTTOMLEFT", 10, -35)
latencySlider:HookScript("OnShow", function(self) self:SetValue(DBM.Options.LatencyThreshold) end)
latencySlider:HookScript("OnValueChanged", function(self) DBM.Options.LatencyThreshold = self:GetValue() end)