Files
wow-weakauras/Meta/api/ContainerRefundItemPurchase.lua
2024-11-07 23:12:37 +01:00

6 lines
485 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param container number
---@param slot number
---Sells an item purchased with alternate currency back to a vendor. Items bought with alternate currency (honor points, arena points, or special items such as Emblems of Heroism and Dalaran Cooking Awards) can be returned to a vendor for a full refund, but only within a limited time after the original purchase.
function ContainerRefundItemPurchase(container, slot) end