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
-4
View File
@@ -732,8 +732,6 @@ function _detalhes.storage:OpenRaidStorage()
end
end
do return end
--get the storage table
local db = DetailsDataStorage
@@ -1420,8 +1418,6 @@ local createStorageTables = function()
end
function _detalhes.ScheduleLoadStorage()
do return end
if (InCombatLockdown() or UnitAffectingCombat("player")) then
if (_detalhes.debug) then
print("|cFFFFFF00Details! storage scheduled to load (player in combat).")