[Quests] Use separate variable for quest idle override. (#4026)

* [Quests] Use separate variable for quest idle override.

* Fix missing zone->
This commit is contained in:
Paul Coene
2024-01-27 14:09:00 -05:00
committed by GitHub
parent 4c769c46b3
commit 5b43bf4a5e
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ public:
void depopall(int npc_type = 0);
void depopzone(bool StartSpawnTimer = true);
void repopzone();
void processmobswhilezoneempty(bool idle_when_empty);
void processmobswhilezoneempty(bool quest_override_on);
void settarget(const char *type, int target_id);
void follow(int entity_id, int distance);
void sfollow();