Initial commit
This commit is contained in:
6
api/ContainerRefundItemPurchase.lua
Normal file
6
api/ContainerRefundItemPurchase.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user