Files
aux-addon-ClassicAPI/aux-addon/localization.lua
T
geojak 4517dae952 Postkeybind
1. Improved autopricing heuristics
2. Added post keybind for much faster mass posting of items
2022-03-07 17:43:42 +01:00

7 lines
133 B
Lua

BINDING_HEADER_AUX = "aux";
local post = require 'aux.tabs.post'
function post_auctions_bind()
post.post_auctions_bind()
end