From 1a220a24ec27f96550215e65db4b3d9a4d37b6f9 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 21 May 2014 13:08:22 +0000 Subject: [PATCH] Fix global variable leakage. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1483 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleRunes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvaleRunes.lua b/OvaleRunes.lua index 3ecbac4..c59b11a 100644 --- a/OvaleRunes.lua +++ b/OvaleRunes.lua @@ -468,8 +468,8 @@ end statePrototype.GetRunesCooldown = nil do -- The remaining count requirements, indexed by rune type. - count = {} - usedRune = {} + local count = {} + local usedRune = {} statePrototype.GetRunesCooldown = function(state, blood, unholy, frost, death, atTime) -- Default to checking runes at the end of the current spellcast in the -- 1.7.9.5