- Fixed custom display 'Dynamic Overall Data'.

- Fixed friendly fire for some dungeon bosses.
- New API: Details:GetSpecByGUID (unitGUID)
This commit is contained in:
Tercio
2018-08-28 13:03:08 -03:00
parent c76e830a0b
commit 4b7beb1469
5 changed files with 35 additions and 83 deletions
-9
View File
@@ -1852,15 +1852,6 @@ 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()