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(); }