From 544d8d6dbcba9fecbdbb629700f60a6fb49d232d Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 9 Jun 2009 02:49:49 +0000 Subject: [PATCH] Fixed ticket #655 --- ARLFrame.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 4f192be..85b61ec 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -39,16 +39,15 @@ local QTipClick = LibStub("LibQTipClick-1.1") local string = string local sformat = string.format local strlower = string.lower +local smatch = string.match local select = select local type = type local table = table local twipe = table.wipe -local tremove = table.remove -local ipairs = ipairs -local pairs = pairs -local tinsert = tinsert +local tnisert, tremove = table.insert, table.remove +local ipairs, pairs = ipairs, pairs local tonumber = tonumber local math = math -- 1.7.9.5