Load Details Data Storage.

This commit is contained in:
andrew6180
2024-05-21 02:56:49 -07:00
parent 30cc9fc0a5
commit e311b21caa
3 changed files with 2 additions and 9 deletions
+2 -2
View File
@@ -4798,7 +4798,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
--if the current raid is current tier raid, pre-load the storage database
if (zoneType == "raid") then
if (Details.InstancesToStoreData[zoneMapID]) then
--Details.ScheduleLoadStorage()
Details.ScheduleLoadStorage()
end
end
@@ -5170,7 +5170,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
--when the user requested data from the storage but is in combat lockdown
if (Details.schedule_storage_load) then
Details.schedule_storage_load = nil
--Details.ScheduleLoadStorage()
Details.ScheduleLoadStorage()
end
--store a boss encounter when out of combat since it might need to load the storage