From 62579605c2bd2a39d544cbe1c2e65c83e028f658 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Tue, 5 Mar 2019 07:14:16 -0500 Subject: [PATCH] fixed a typo --- Perl-API---Quest-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Perl-API---Quest-API.md b/Perl-API---Quest-API.md index 901224f..d5524a6 100644 --- a/Perl-API---Quest-API.md +++ b/Perl-API---Quest-API.md @@ -3571,7 +3571,7 @@ sub EVENT_SPAWN { sub EVENT_TIMER { if ($timer eq "despawn") { #:: Stop the timer from looping over and over - quest::stoptimer("despawn") + quest::stoptimer("despawn"); #:: Depop quest::depop(); } @@ -3599,7 +3599,7 @@ sub EVENT_SPAWN { sub EVENT_TIMER { if ($timer eq "despawn") { #:: Stop the timer from looping over and over - quest::stoptimer("despawn") + quest::stoptimer("despawn"); #:: Depop quest::depop(); }