Core: Updated to 11.2.0

This commit is contained in:
Shauren
2025-08-13 00:31:39 +02:00
parent 82f19c8988
commit 5cf0c6c8bb
83 changed files with 6653 additions and 5677 deletions

View File

@@ -191,8 +191,6 @@ public:
itemPos = "[equipped]";
else if (Player::IsInventoryPos(itemBag, itemSlot))
itemPos = "[in inventory]";
else if (Player::IsReagentBankPos(itemBag, itemSlot))
itemPos = "[in reagent bank]";
else if (Player::IsBankPos(itemBag, itemSlot))
itemPos = "[in bank]";
else