diff options
Diffstat (limited to 'npc/011-3')
-rw-r--r-- | npc/011-3/flood.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |