summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-09-29 10:31:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-09-29 10:31:47 -0300
commitcee743a87e9ab2a867474104d95586c8699ef724 (patch)
treefd8b5202dba15baf91dbd19bfe19361b1a86d493 /npc
parent9bff5519915a40e2a509586b0a7d762446c6b56b (diff)
downloadserverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.gz
serverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.bz2
serverdata-cee743a87e9ab2a867474104d95586c8699ef724.tar.xz
serverdata-cee743a87e9ab2a867474104d95586c8699ef724.zip
Fix bug at Eternal Swamp Core (bad timer)
Diffstat (limited to 'npc')
-rw-r--r--npc/011-3/flood.txt2
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");
}
}