diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-29 10:31:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-29 10:31:47 -0300 |
commit | cee743a87e9ab2a867474104d95586c8699ef724 (patch) | |
tree | fd8b5202dba15baf91dbd19bfe19361b1a86d493 | |
parent | 9bff5519915a40e2a509586b0a7d762446c6b56b (diff) | |
download | serverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.gz serverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.bz2 serverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.xz serverdata-cee743a87e9ab2a867474104d95586c8699ef724.zip |
Fix bug at Eternal Swamp Core (bad timer)
-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"); } } |