Wrong variable type

This commit is contained in:
merstrax
2022-08-04 15:11:55 -04:00
parent c1c5392981
commit afd99842be
+1 -1
View File
@@ -440,7 +440,7 @@ function AtlasLoot:CreateToken(dataID)
if (AtlasLoot_TokenData[orgID] == nil) then
AtlasLoot_TokenData[orgID] = {
Name = itemName;
Type = AtlasLoot_Difficulty.Ascended;
Type = "ClassicRaid";
Back = true;
NoSubt = true;
};