Core/Items: Reagent bank

Port From (https://github.com/TrinityCore/TrinityCore/commit/a3b2e4d9873874e29291f0c9851ae154029b1b3b)
This commit is contained in:
hondacrx
2022-02-26 23:32:00 -05:00
parent dfe2303d6f
commit 2c03f9d1be
5 changed files with 294 additions and 103 deletions
@@ -232,6 +232,8 @@ namespace Game.Chat.Commands
itemPos = "[equipped]";
else if (Player.IsInventoryPos((byte)itemBag, itemSlot))
itemPos = "[in inventory]";
else if (Player.IsReagentBankPos((byte)itemBag, itemSlot))
itemPos = "[in reagent bank]";
else if (Player.IsBankPos((byte)itemBag, itemSlot))
itemPos = "[in bank]";
else