mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-19 02:04:34 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -35,6 +35,12 @@ struct ItemSetEffect
|
||||
SpellInfo const* spells[8];
|
||||
};
|
||||
|
||||
enum InventorySlot
|
||||
{
|
||||
NULL_BAG = 0,
|
||||
NULL_SLOT = 255
|
||||
};
|
||||
|
||||
// EnumUtils: DESCRIBE THIS
|
||||
enum InventoryResult : uint8
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user