fix dungeon locations

This commit is contained in:
Spit
2024-09-22 18:07:31 +03:00
parent bf360c7287
commit 0110bc0a9b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
--Establish version number and compatible version of Atlas
local VERSION_MAJOR = "1";
local VERSION_MINOR = "2";
local VERSION_BOSSES = "5";
local VERSION_BOSSES = "6";
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
ATLASLOOT_CURRENT_ATLAS = "1.12.0";
ATLASLOOT_PREVIEW_ATLAS = "1.12.1";