From 339044654c4db08116b1fcb7c015fcb5a564a703 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Mon, 10 Jun 2013 21:35:21 +0000 Subject: [PATCH] UNIT_SPELLCAST_SENT returns the spell name, not spell ID. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@932 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleFuture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleFuture.lua b/OvaleFuture.lua index f6d7a79..bd802ad 100644 --- a/OvaleFuture.lua +++ b/OvaleFuture.lua @@ -255,7 +255,7 @@ function OvaleFuture:UNIT_SPELLCAST_SENT(event, unit, spell, rank, target, lineI end self_lastTarget = targetGUID self_lastLineID = lineId - TracePrintf(spellId, "%s: %f %d, lineId=%d, targetGUID=%s", event, Ovale.now, spellId, lineId, targetGUID) + TracePrintf(spellId, "%s: %f %s, lineId=%d, targetGUID=%s", event, Ovale.now, spell, lineId, targetGUID) for _, spellcast in ipairs(self_activeSpellcast) do if spellcast.lineId == lineId then spellcast.target = targetGUID -- 1.7.9.5