Quantcast

Add debugging message for cooldowns of spell launched in the simulator.

Johnny C. Lam [04-05-13 - 06:20]
Add debugging message for cooldowns of spell launched in the simulator.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@890 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
OvaleState.lua
diff --git a/OvaleState.lua b/OvaleState.lua
index 3330f1e..fa5d2f1 100644
--- a/OvaleState.lua
+++ b/OvaleState.lua
@@ -350,6 +350,7 @@ function OvaleState:ApplySpell(spellId, startCast, endCast, nextCast, nocd, targ
 			if si.toggle then
 				cd.toggled = 1
 			end
+			Ovale:Logf("%d cd.start=%f, cd.duration=%f", spellId, cd.start, cd.duration)
 		end

 		if si.eclipse then