Update AtlasLoot.lua

This commit is contained in:
Spit
2024-09-09 16:25:05 +03:00
committed by GitHub
parent 6b7ce27d8d
commit 9debfb8e94
+2 -2
View File
@@ -505,8 +505,8 @@ function AtlasLootOptions_Fresh()
AtlasLootCharDB.MinimapButtonPosition = 315;
AtlasLootCharDB.MinimapButtonRadius = 78;
AtlasLootCharDB.HidePanel = false;
AtlasLootCharDB.LastBoss = "RFCTaragaman";
AtlasLootCharDB.LastBossText = AL["Taragaman the Hungerer"];
AtlasLootCharDB.LastBoss = "DUNGEONSMENU1";
AtlasLootCharDB.LastBossText = AL["Dungeons & Raids"];
AtlasLootCharDB.AtlasLootVersion = VERSION_MAJOR..VERSION_MINOR..VERSION_BOSSES;
AtlasLootCharDB.AutoQuery = false;
AtlasLootCharDB.PartialMatching = true;