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