Author: Vampik
Date: Fri Feb 26 20:11:29 CET 2010
Revision: 3719
Log:

Fix for r3717

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

trunk/DBM-Icecrown/TheLowerSpire/Deathbringer.lua
Action: modified
Old revision: 3718
Old date: 2010-02-26 16:44:21 UTC

@@ -68,7 +68,7 @@
self:ScheduleMethod(0.5, "CreateBossRPFrame")
end
timerCallBloodBeast:Start(-delay)
- warnAddsSoon:Schedule(35-delay)
+ warnAddsSoon:Schedule(30-delay)
timerBloodNova:Start(-delay)
if mod:IsDifficulty("normal10") or mod:IsDifficulty("normal25") then
enrageTimer:Start(-delay)
@@ -137,7 +137,7 @@
if args:IsSpellID(72173, 72356, 72357, 72358) then
timerCallBloodBeast:Start()
if GetTime() - spamBloodBeast > 5 then
- warnAddsSoon:Schedule(35)
+ warnAddsSoon:Schedule(30)
spamBloodBeast = GetTime()
end
elseif args:IsSpellID(72410) then