Method PlayerBot.FindBotConsumable [-] [+]
Find a consumable item in the bot's inventory by itemId.
@return Item|nil item : the Item object if found, or nil
Synopsis
Playerbot.FindBotConsumable( guidLow, itemId )
Arguments
number guidLowBot GUID low.
Valid numbers: integers from 0 to 4,294,967,295.
number itemIdItem template ID to search for.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.