Author: Omega
Date: Fri Feb 26 10:20:11 CET 2010
Revision: 3717
Log:

ICC/Deathbringer changed the adds pre warning to 10 seconds to make the paladins happy. But don't be surprised if the other dps classes want the 5 second pre warning back instead.

Updated
trunk/DBM-Icecrown/TheLowerSpire/Deathbringer.lua

trunk/DBM-Icecrown/TheLowerSpire/Deathbringer.lua
Action: modified
Old revision: 3716
Old date: 2010-02-26 04:34:05 UTC

@@ -23,7 +23,7 @@
or (select(2, UnitClass("player")) == "DRUID" and select(3, GetTalentTabInfo(2)) < 51)

local warnFrenzySoon = mod:NewAnnounce("warnFrenzySoon", 2, 72737)
-local warnAddsSoon = mod:NewSoonAnnounce(72173, 3)
+local warnAddsSoon = mod:NewPreWarnAnnounce(72173, 10, 3)
local warnFrenzy = mod:NewSpellAnnounce(72737)
local warnBloodNova = mod:NewSpellAnnounce(73058)
local warnMark = mod:NewTargetAnnounce(72444)