Latest Anniversary patch not posting auctions (1.15.7)
cocobell0 opened this issue · 2 comments
Hey,
since the latest patch on Anniversary Realms I can't post auctions anymore. Neither splits nor single items.
The post button does nothing. I don't get an error message.
Example error
1x aux-addon/tabs/post/core.lua:257: Usage: PostAuction(minBid, buyoutPrice, runTime, warningAcknowledged)
[C]: in function 'PostAuction'
[aux-addon/tabs/post/core.lua]:257: in function <aux-addon/tabs/post/core.lua:232>
Locals:
(*temporary) = 329
(*temporary) = 329
(*temporary) = 2
(*temporary) = 1
(*temporary) = 1
Seems like Blizzard changed PostAuction, removing the two stacking related params, adding a new confirmation parameter. Our current usage is:
Line 256 in 5d79cbd