Author: Omega
Date: Fri Jul 16 20:32:25 CEST 2010
Revision: 4344
Log:

remove that unschedule since it won't be needed in new method

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

trunk/DBM-Icecrown/FrostwingHalls/Sindragosa.lua
Action: modified
Old revision: 4343
Old date: 2010-07-16 16:24:43 UTC

@@ -139,7 +139,6 @@
end
if phase == 1 and self.Options.SetIconOnFrostBeacon then
table.insert(beaconIconTargets, DBM:GetRaidUnitId(args.destName))
- self:UnscheduleMethod("SetBeaconIcons")
if (mod:IsDifficulty("normal25") and #beaconIconTargets >= 5) or (mod:IsDifficulty("heroic25") and #beaconIconTargets >= 6) or ((mod:IsDifficulty("normal10") or mod:IsDifficulty("heroic10")) and #beaconIconTargets >= 2) then
self:SetBeaconIcons()--Sort and fire as early as possible once we have all targets.
end