RemoveItemFromStockBJ

Parameters
itemId integer
whichUnit unit
comment
patch

1.07

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