From 9f5230cc5404261ae969dfba67d6bac733a66502 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 8 May 2014 17:26:53 +0000 Subject: [PATCH] Fix DebugRunes() methods after it moved to the state machine. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1403 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleRunes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleRunes.lua b/OvaleRunes.lua index 47290c3..837991c 100644 --- a/OvaleRunes.lua +++ b/OvaleRunes.lua @@ -247,7 +247,7 @@ end -- statePrototype.DebugRunes = function(state) local now = state.currentTime - for slot, rune in ipairs(self.rune) do + for slot, rune in ipairs(state.rune) do if rune.active then Ovale:FormatPrint("rune[%d] (%s) is active.", slot, RUNE_NAME[rune.type]) else -- 1.7.9.5