mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Core): Crash related to reset instances (#11003)
This commit is contained in:
@@ -2797,6 +2797,7 @@ InstanceMap::~InstanceMap()
|
||||
{
|
||||
delete instance_data;
|
||||
instance_data = nullptr;
|
||||
sInstanceSaveMgr->DeleteInstanceSaveIfNeeded(GetInstanceId(), true);
|
||||
}
|
||||
|
||||
void InstanceMap::InitVisibilityDistance()
|
||||
|
||||
Reference in New Issue
Block a user