Files
wow_Meta/api/EndRefund.lua
2025-05-04 15:15:00 +02:00

7 lines
542 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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