From bb065d1d8ad3d25eb09cb29fad0c31ad818b3d05 Mon Sep 17 00:00:00 2001 From: Niketa Date: Sun, 19 Oct 2014 21:11:46 -0500 Subject: [PATCH] Had some random characters in file. My bad. >< Last change: Fixed an issue where it took excessive amounts of time to make an initial scan unless you clicked through the logs manually. --- Core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.lua b/Core.lua index 130f262..48aa9db 100644 --- a/Core.lua +++ b/Core.lua @@ -541,7 +541,7 @@ events:HookScript("OnEvent", function(self, event, ...) for i = 1, num_transactions do log_table.transactions["Tab " .. query_counter][(num_transactions + 1) - i] = {GetGuildBankTransaction(query_counter, i)} end - `` + QueryGuildBankLog(query_counter) end end -- 1.7.9.5