frame:Hide();
local raidIDs = {
- [1861] = "Uldir",
+ [2164] = "The Eternal Palace",
+ [2217] = "Ny'alotha",
};
local dungeonIDs = {
[1594] = "The Undermine",
elseif zoneType == "party" and dungeonIDs[mapID] then
if difficulty == 8 or difficulty == 23 then
return true;
- elseif difficulty == 1 or difficulty == 2 then
- return true; -- TODO remove logging from normal/hc after beta
end
end