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

7 lines
480 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param id number
---Confirms taking an action which renders a looted Bind on Pickup item non-tradeable. A Bind on Pickup item looted by the player can be traded to other characters who were originally eligible to loot it, but only within a limited time after looting. This period can be ended prematurely if the player attempts certain actions (such as enchanting the item).
function EndBoundTradeable(id) end