mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 19:13:49 +00:00
fix(Core/Shutdown): add checks to see if MapUpdater threads are joineable (#7450)
This commit is contained in:
@@ -31,7 +31,7 @@ class MapUpdater
|
||||
{
|
||||
public:
|
||||
MapUpdater();
|
||||
virtual ~MapUpdater();
|
||||
~MapUpdater() = default;
|
||||
|
||||
void schedule_update(Map& map, uint32 diff, uint32 s_diff);
|
||||
void schedule_lfg_update(uint32 diff);
|
||||
|
||||
Reference in New Issue
Block a user