Author: Omega
Date: Thu Jul 22 04:25:11 CEST 2010
Revision: 4366
Log:

fix error in last

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

trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua
Action: modified
Old revision: 4365
Old date: 2010-07-21 23:44:32 UTC

@@ -536,9 +536,7 @@

function mod:CHAT_MSG_RAID_BOSS_WHISPER(msg)
if msg:find(L.PlagueWhisper) and self:IsInCombat() then
- if args:IsPlayer() then
specWarnNecroticPlague:Show()
- end
-- self:SendSync("PlagueOn", UnitName("player"))
end
end