b069259 - Add new raids to auto-logging
[wowui.git] / OmaLog / Logging.lua
index 2596879..2b8dbe4 100644 (file)
@@ -9,6 +9,9 @@ frame:Hide();
 
 local raidIDs = {
     [1861] = "Uldir",
 
 local raidIDs = {
     [1861] = "Uldir",
+    [2070] = "Battle of Dazal'Alor",
+    [2096] = "Crucible of Storms",
+    [2164] = "The Eternal Palace",
 };
 local dungeonIDs = {
     [1594] = "The Undermine",
 };
 local dungeonIDs = {
     [1594] = "The Undermine",
@@ -39,8 +42,6 @@ local function shouldLog()
     elseif zoneType == "party" and dungeonIDs[mapID] then
         if difficulty == 8 or difficulty == 23 then
             return true;
     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
 
         end
     end