mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 06:22:22 +00:00
fixed a typo
parent
a1b76f18dc
commit
62579605c2
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user