summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-23 11:34:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-23 11:34:37 -0300
commit90573e0fd1464101ffc2b072dc21bbbbf8bc16ac (patch)
tree14e9640a5d1568588313579d0e097895e0b37666
parentfba82c5d20efa7a566d128154f09c33c22d2b972 (diff)
downloadserverdata-90573e0fd1464101ffc2b072dc21bbbbf8bc16ac.tar.gz
serverdata-90573e0fd1464101ffc2b072dc21bbbbf8bc16ac.tar.bz2
serverdata-90573e0fd1464101ffc2b072dc21bbbbf8bc16ac.tar.xz
serverdata-90573e0fd1464101ffc2b072dc21bbbbf8bc16ac.zip
Fix typo
-rw-r--r--npc/functions/dungeon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt
index 90711c840..4ea5bfa54 100644
--- a/npc/functions/dungeon.txt
+++ b/npc/functions/dungeon.txt
@@ -74,7 +74,6 @@ OnCurse:
// New tick (cycles every 15 seconds in average)
addtimer2 rand2(14000, 15000), .name$+"::OnCurse";
end;
-}
/////////////////////////////////////////
// Heartbeat for Disease effects
@@ -112,6 +111,7 @@ OnSick:
addtimer2 10000, .name$+"::OnSick";
end;
+}
//////////////////////////////