- Cleanup on the item level tracker.

- Revamp on the Avoidance tab.
- Increased the font size of the bookmark window.
- Added Hunter's Intimidation as crowd control.
- More update on the RaidCheck plugin.
This commit is contained in:
Tercio
2018-08-24 22:41:35 -03:00
parent b5c646540f
commit 5733096412
11 changed files with 419 additions and 549 deletions
+9
View File
@@ -1851,6 +1851,15 @@ function _G._detalhes:Start()
--> override the overall data flag on this release only (remove on the release)
Details.overall_flag = 0x10
local _, playerClass = UnitClass ("player")
if (playerClass == "HUNTER") then
if (time() < (1535035367 + 1296000)) then --show until setember 6th
if (math.random(1, 3) == 3) then
Details:Msg ("Hunter, Incendiary Ammunition is bugged and won't show in the damage meter outside dungeons and raids. Blizzard is aware of the issue, hold on for a fix.")
end
end
end
--[=[
--> suppress warnings for the first few seconds
CLOSE_SCRIPTERRORWINDOW = function()