fix the wu man (#1743)

This commit is contained in:
David Markowitz
2025-03-28 15:04:35 -07:00
committed by GitHub
parent 347fc46f01
commit f78baee534
4 changed files with 37 additions and 27 deletions

View File

@@ -28,7 +28,8 @@ enum eInventoryType : uint32_t {
DONATION,
VAULT_MODELS,
ITEM_SETS, //internal, technically this is BankBehaviors.
INVALID // made up, for internal use!!!, Technically this called the ALL inventory.
INVALID, // made up, for internal use!!!, Technically this called the ALL inventory.
ALL, // Use this to search all inventories instead of a specific one.
};
class InventoryType {