mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Bug Fix] quest::processmobswhilezoneempty() fix. (#3971)
This commit is contained in:
+2
-2
@@ -933,9 +933,9 @@ void QuestManager::repopzone() {
|
||||
}
|
||||
}
|
||||
|
||||
void QuestManager::processmobswhilezoneempty(bool idle_when_empty) {
|
||||
void QuestManager::processmobswhilezoneempty(bool turn_on) {
|
||||
if (zone) {
|
||||
zone->SetIdleWhenEmpty(idle_when_empty);
|
||||
zone->SetIdleWhenEmpty(!turn_on);
|
||||
} else {
|
||||
LogQuests(
|
||||
"QuestManager::processmobswhilezoneempty called with nullptr zone. Probably syntax error in quest file"
|
||||
|
||||
Reference in New Issue
Block a user