Author: Omega
Date: Mon Jul 26 06:13:57 CEST 2010
Revision: 4375
Log:

some lich king fixes i messed up in previous commits

Updated
trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua

trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua
Action: modified
Old revision: 4374
Old date: 2010-07-26 01:52:04 UTC

@@ -366,7 +366,7 @@
specWarnHarvestSoul:Show()
end
if self.Options.HarvestSoulIcon then
- self:SetIcon(args.destName, 5, 6)
+ self:SetIcon(args.destName, 6, 6)
end
elseif args:IsSpellID(73654, 74295, 74296, 74297) then -- Harvest Souls (Heroic)
specWarnHarvestSouls:Show()
@@ -532,7 +532,7 @@
end

function mod:CHAT_MSG_MONSTER_YELL(msg)
- if msg:find(L.LKPull) then
+ if msg == L.LKPull or msg:find(L.LKPull) then
timerCombatStart:Start()
end
end