mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
[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:
@@ -974,6 +974,7 @@ Zone::Zone(uint32 in_zoneid, uint32 in_instanceid, const char* in_short_name)
|
||||
default_ruleset = 0;
|
||||
|
||||
is_zone_time_localized = false;
|
||||
quest_idle_override = false;
|
||||
|
||||
loglevelvar = 0;
|
||||
merchantvar = 0;
|
||||
|
||||
Reference in New Issue
Block a user