Author: Omega
Date: Fri Feb 26 05:34:05 CET 2010
Revision: 3716
Log:

#ICC/Marrowgar -5 seconds of heroic bonestorm timer. it'll be a litlte more accurate now although timer is still subject to variations based on spread distance of your raid.

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

trunk/DBM-Icecrown/TheLowerSpire/LordMarrowgar.lua
Action: modified
Old revision: 3715
Old date: 2010-02-25 18:56:13 UTC

@@ -89,9 +89,9 @@
timerWhirlwindCD:Start()
preWarnWhirlwind:Schedule(85)
if mod:IsDifficulty("heroic10") or mod:IsDifficulty("heroic25") then
- timerWhirlwind:Show(35) -- 35seconds on heroic
+ timerWhirlwind:Show(30) -- Approx 30seconds on heroic
else
- timerWhirlwind:Show() -- 20seconds on normal.
+ timerWhirlwind:Show() -- Approx 20seconds on normal.
timerBoneSpike:Cancel() -- He doesn't do Bone Spike Graveyard during Bone Storm on normal
end
soundWhirlwind:Play()