From 5bbd38ce6d8a16fc4134bb697ea2ddd75952794e Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Fri, 18 Mar 2016 22:14:56 +0100 Subject: [PATCH] auctions tab bugfix --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 3d27462..8934448 100644 --- a/core.lua +++ b/core.lua @@ -136,7 +136,7 @@ function Aux.setup_hooks() end function Aux.GetOwnerAuctionItems(...) - local page = arg1 + local page = arg[1] Aux.last_owner_page_requested = page return Aux.orig.GetOwnerAuctionItems(unpack(arg)) end