Author: Omega
Date: Sun Jul 25 05:11:38 CEST 2010
Revision: 4372
Log:

tweak to experimental abom timer, maybe it'll be a little closer now?

Updated
trunk/DBM-Icecrown/FrostwingHalls/Valithria.lua

trunk/DBM-Icecrown/FrostwingHalls/Valithria.lua
Action: modified
Old revision: 4371
Old date: 2010-07-24 12:11:01 UTC

@@ -63,7 +63,7 @@
if AbomTimer >= 60 then--Keep it from dropping below 50
timerAbom:Start(AbomTimer)
self:ScheduleMethod(AbomTimer, "StartAbomTimer")
- AbomTimer = AbomTimer - 10
+ AbomTimer = AbomTimer - 5
else
timerAbom:Start(AbomTimer)
self:ScheduleMethod(AbomTimer, "StartAbomTimer")