From b7b182c57c08dbec6238c2ed78e18e55d04ba2b0 Mon Sep 17 00:00:00 2001 From: Jett <55758076+Jettford@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:59:56 +0000 Subject: [PATCH] Change the win delay to increase time to get BONS loot --- dScripts/ZoneNsWaves.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dScripts/ZoneNsWaves.cpp b/dScripts/ZoneNsWaves.cpp index 23158d1e..776d279d 100644 --- a/dScripts/ZoneNsWaves.cpp +++ b/dScripts/ZoneNsWaves.cpp @@ -439,7 +439,7 @@ std::vector ZoneNsWaves::GetWaves() { 5.0f, (uint32_t) -1, true, - 5, + 30, }, }; }