mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 12:27:17 +00:00
fixed a typo
+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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user