Author: Omega
Date: Sun Mar 07 23:14:43 CET 2010
Revision: 3770
Log:

tweak to necrotic plague on lich king, now to do more tests

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

trunk/DBM-Icecrown/TheFrozenThrone/LichKing.lua
Action: modified
Old revision: 3769
Old date: 2010-03-07 21:43:50 UTC

@@ -328,7 +328,7 @@

function mod:OnSync(msg, target)
if msg == "PlagueOn" then
- if GetTime() - lastPlagueCast > 2 then --Dirty hack to prevent function from doing anything for lich kings direct casts of necrotic plague.
+ if GetTime() - lastPlagueCast > 1 then --Dirty hack to prevent function from doing anything for lich kings direct casts of necrotic plague.
warnNecroticPlagueJump:Show(target) --We only want this function to work when it jumps from target to target.
timerNecroticPlagueCleanse:Start()
if target == UnitName("player") then