![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DBCStructure.h"
Public Attributes | |
| char const * | name [16] |
| uint32 | itemId [MAX_ITEM_SET_ITEMS] |
| uint32 | spells [MAX_ITEM_SET_SPELLS] |
| uint32 | items_to_triggerspell [MAX_ITEM_SET_SPELLS] |
| uint32 | required_skill_id |
| uint32 | required_skill_value |
| uint32 ItemSetEntry::itemId[MAX_ITEM_SET_ITEMS] |
Referenced by ObjectMgr::LoadItemSetNames().
| uint32 ItemSetEntry::items_to_triggerspell[MAX_ITEM_SET_SPELLS] |
Referenced by AddItemsSetItem(), and RemoveItemsSetItem().
| char const* ItemSetEntry::name[16] |
Referenced by lookup_commandscript::HandleLookupItemSetCommand().
| uint32 ItemSetEntry::required_skill_id |
Referenced by AddItemsSetItem().
| uint32 ItemSetEntry::required_skill_value |
Referenced by AddItemsSetItem().
| uint32 ItemSetEntry::spells[MAX_ITEM_SET_SPELLS] |
Referenced by AddItemsSetItem(), and RemoveItemsSetItem().