fix error in last
@@ -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