From a97f5d85780706a1979ea8961ce14c7b58a41494 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 5 Apr 2013 06:20:42 +0000 Subject: [PATCH] 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 --- OvaleState.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5