git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cae5bea - Add new chars and move micromenu
[wowui.git]
/
OmaLog
/
Logging.lua
diff --git
a/OmaLog/Logging.lua
b/OmaLog/Logging.lua
index
2596879
..
3bf3ed6
100644
(file)
--- a/
OmaLog/Logging.lua
+++ b/
OmaLog/Logging.lua
@@
-8,7
+8,8
@@
local frame = CreateFrame("Frame", "OmaLogger");
frame:Hide();
local raidIDs = {
frame:Hide();
local raidIDs = {
- [1861] = "Uldir",
+ [2164] = "The Eternal Palace",
+ [2217] = "Ny'alotha",
};
local dungeonIDs = {
[1594] = "The Undermine",
};
local dungeonIDs = {
[1594] = "The Undermine",
@@
-39,8
+40,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