Quantcast

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.

Niketa [10-20-14 - 02:11]
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.
Filename
Core.lua
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