Added mythic dungeon settings

This commit is contained in:
Tercio Jose
2020-12-21 14:23:37 -03:00
parent b3e907dbca
commit b703d60a5c
10 changed files with 115 additions and 23 deletions
+7 -1
View File
@@ -1536,6 +1536,9 @@ function Details.Database.StoreWipe(combat)
--database
local db = Details.Database.LoadDB()
if (not db) then
return
end
local diff_storage = db [diff]
if (not diff_storage) then
@@ -1604,7 +1607,10 @@ function Details.Database.StoreEncounter(combat)
--database
local db = Details.Database.LoadDB()
if (not db) then
return
end
local diff_storage = db [diff]
if (not diff_storage) then
db [diff] = {}