mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Merge pull request #1100 from noudess/empty_processing
Allow quests to turn on mob processing in empty zones
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ void EntityList::MobProcess()
|
||||
mob_settle_timer->Disable();
|
||||
}
|
||||
|
||||
if (numclients > 0 ||
|
||||
if (zone->process_mobs_while_empty || numclients > 0 ||
|
||||
mob->GetWanderType() == 4 || mob->GetWanderType() == 6 ||
|
||||
mob_settle_timer->Enabled()) {
|
||||
// Normal processing, or assuring that spawns that should
|
||||
|
||||
Reference in New Issue
Block a user