mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
fixed a typo
+2
-2
@@ -3571,7 +3571,7 @@ sub EVENT_SPAWN {
|
|||||||
sub EVENT_TIMER {
|
sub EVENT_TIMER {
|
||||||
if ($timer eq "despawn") {
|
if ($timer eq "despawn") {
|
||||||
#:: Stop the timer from looping over and over
|
#:: Stop the timer from looping over and over
|
||||||
quest::stoptimer("despawn")
|
quest::stoptimer("despawn");
|
||||||
#:: Depop
|
#:: Depop
|
||||||
quest::depop();
|
quest::depop();
|
||||||
}
|
}
|
||||||
@@ -3599,7 +3599,7 @@ sub EVENT_SPAWN {
|
|||||||
sub EVENT_TIMER {
|
sub EVENT_TIMER {
|
||||||
if ($timer eq "despawn") {
|
if ($timer eq "despawn") {
|
||||||
#:: Stop the timer from looping over and over
|
#:: Stop the timer from looping over and over
|
||||||
quest::stoptimer("despawn")
|
quest::stoptimer("despawn");
|
||||||
#:: Depop
|
#:: Depop
|
||||||
quest::depop();
|
quest::depop();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user