diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-17 22:23:19 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-17 22:23:19 -0200 |
commit | e882877191d63752907f07cf6fa1406ac33092fc (patch) | |
tree | de55f917aec5f28e9375e498263c13d0fd0a2e62 /npc/002-2/doors.txt | |
parent | bd152cbd17a0061cd8c2b0efd16c861962b8f7f2 (diff) | |
download | serverdata-e882877191d63752907f07cf6fa1406ac33092fc.tar.gz serverdata-e882877191d63752907f07cf6fa1406ac33092fc.tar.bz2 serverdata-e882877191d63752907f07cf6fa1406ac33092fc.tar.xz serverdata-e882877191d63752907f07cf6fa1406ac33092fc.zip |
Clean up old timers on Peter when quest is complete
Diffstat (limited to 'npc/002-2/doors.txt')
-rw-r--r-- | npc/002-2/doors.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index 343ffaa57..bfd408491 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -36,6 +36,9 @@ L_Warp: warp "002-1", 35, 26; else warp "002-1@"+LOCATION$, 35, 26; + + deltimer("Peter::OnLowTime"); + deltimer("Peter::OnTimeout"); closeclientdialog; close; } |