[Minor bug] Merchant Price's currency display does not include reagent bank or Warband bank
Slackluster opened this issue ยท 1 comments
The currency display from the Merchant Price setting is great (as are most features, and the entire addon), but it does not include items held in the bank, reagent bank, or the Warband bank.
Items held there can be used for purchasing items from vendors, and Plumber does appropriately color the vendor's item's costs as having enough in cases where the player has enough in total, but not directly in their bags.
I assume this would be a simple fix by setting the optional parameters for C_Item.GetItemCount
to true, false, true, true
.