Method Player:DestroyPersonalBankItemCount [-] [+]
Removes the given amount of the specified Item from the player's personal bank.
Synopsis
Player:DestroyPersonalBankItemCount( entry )
Player:DestroyPersonalBankItemCount( entry, itemCount )
Arguments
number entry
Entry of the item to remove.
Valid numbers: integers from 0 to 4,294,967,295.
number itemCount (1)
Amount of the item to remove.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.