small fixes

Robe of Archmage reagents corrected
Drop rate of poly book cow corrected
Back button in one of ES pages fixed
This commit is contained in:
Spit
2024-10-07 11:01:16 +03:00
parent 4a115539e0
commit 032b8f1b1d
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
--Establish version number and compatible version of Atlas
local VERSION_MAJOR = "3";
local VERSION_MINOR = "0";
local VERSION_BOSSES = "0";
local VERSION_BOSSES = "1";
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
ATLASLOOT_CURRENT_ATLAS = "1.13.4";
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";