Files
wow_Meta/api/ShowMerchantSellCursor.lua
2025-05-04 14:35:26 +02:00

6 lines
267 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Changes the cursor to prepare for buying an item from a vendor. Only changes the cursor image and mode if the given index contains an item.
function ShowMerchantSellCursor(index) end