7 lines
479 B
Lua
7 lines
479 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
|