From cee743a87e9ab2a867474104d95586c8699ef724 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Sep 2021 10:31:47 -0300 Subject: Fix bug at Eternal Swamp Core (bad timer) --- npc/011-3/flood.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt index db9ac6888..935332263 100644 --- a/npc/011-3/flood.txt +++ b/npc/011-3/flood.txt @@ -86,7 +86,7 @@ OnSkipFlood: // TODO: Handle players in bridges //debugmes "[Flood] F - Map Timer OK"; - maptimer("011-3", "#EternalSwampCore::OnBridgeDown", 100); + maptimer("011-3", 100, "#EternalSwampCore::OnBridgeDown"); } } -- cgit v1.2.3-70-g09d2