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

5 lines
537 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---Confirms taking an action which renders a purchased item non-refundable. 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. This period can be ended prematurely if the player attempts certain actions (such as enchanting the item).
function EndRefund(id) end