mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 19:02:25 +00:00
Fix for crashes related to #repop force and not clearing quest timers, resulting in a zone crash. Quest timers are now cleared on zone repop.
This commit is contained in:
parent
5ec5b398ac
commit
75663774fe
@ -1564,6 +1564,8 @@ void Zone::Repop(uint32 delay) {
|
|||||||
iterator.RemoveCurrent();
|
iterator.RemoveCurrent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
quest_manager.ClearAllTimers();
|
||||||
|
|
||||||
if (!database.PopulateZoneSpawnList(zoneid, spawn2_list, GetInstanceVersion(), delay))
|
if (!database.PopulateZoneSpawnList(zoneid, spawn2_list, GetInstanceVersion(), delay))
|
||||||
LogFile->write(EQEMuLog::Debug, "Error in Zone::Repop: database.PopulateZoneSpawnList failed");
|
LogFile->write(EQEMuLog::Debug, "Error in Zone::Repop: database.PopulateZoneSpawnList failed");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user