mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
Merge branch 'master' of https://github.com/neckkola/Server
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ bool Spawn2::Process() {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (timer.Check()) {
|
||||
if (timer.Check() && zone->spawn2_timer.Enabled()) {
|
||||
timer.Disable();
|
||||
|
||||
LogSpawns("Spawn2 [{}]: Timer has triggered", spawn2_id);
|
||||
|
||||
Reference in New Issue
Block a user