fixed last result error when no search data
This commit is contained in:
@@ -132,7 +132,7 @@ function AtlasLoot:OnEnable()
|
||||
AtlasLoot.db:RegisterDefaults(AtlasLootDBDefaults);
|
||||
if not AtlasLootCharDB then AtlasLootCharDB = {} end
|
||||
if not AtlasLootCharDB["QuickLooks"] then AtlasLootCharDB["QuickLooks"] = {} end
|
||||
if not AtlasLootCharDB["SearchResult"] then AtlasLootCharDB["SearchResult"] = {} end
|
||||
if not AtlasLootCharDB["SearchResult"] then AtlasLootCharDB["SearchResult"] = {Name = "Search Result" , Type = "Search", Back = true}; end
|
||||
if AtlasLoot_Data then
|
||||
AtlasLoot_Data["EmptyTable"] = {
|
||||
Name = AL["Select a Loot Table..."];
|
||||
|
||||
Reference in New Issue
Block a user