fixed a typo

TurmoilToad
2019-03-05 07:14:16 -05:00
parent a1b76f18dc
commit 62579605c2
+2 -2
@@ -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();
}