This commit is contained in:
Jelle Meeus 2025-02-17 20:29:14 +01:00
parent deb81badbb
commit 8e02f9dc09
No known key found for this signature in database

View File

@ -52,8 +52,8 @@ OPvPCapturePointGH::OPvPCapturePointGH(OutdoorPvP* pvp) : OPvPCapturePoint(pvp)
void OPvPCapturePointGH::FillInitialWorldStates(WorldPackets::WorldState::InitWorldStates& packet)
{
packet.Worldstates.reserve(3);
packet.Worldstates.emplace_back(GH_UI_SLIDER_DISPLAY , 0);
packet.Worldstates.emplace_back(GH_UI_SLIDER_POS , 50);
packet.Worldstates.emplace_back(GH_UI_SLIDER_DISPLAY, 0);
packet.Worldstates.emplace_back(GH_UI_SLIDER_POS, 50);
packet.Worldstates.emplace_back(GH_UI_SLIDER_N, 20);
}