RemoveItemFromStockBJ

Parameters
itemId integer
whichUnit unit
return type
nothing
Source code
function RemoveItemFromStockBJ takes integer itemId, unit whichUnit returns nothing
    call RemoveItemFromStock(whichUnit, itemId)
endfunction
Source
Blizzard.j
wc3modding.com
RemoveItemFromStockBJ