|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | items_to_triggerspell [MAX_ITEM_SET_SPELLS] |
| char * | name |
| uint32 | required_skill_id |
| uint32 | required_skill_value |
| uint32 | spells [MAX_ITEM_SET_SPELLS] |
Definition at line 1872 of file DBCStructure.h.
| uint32 ItemSetEntry::items_to_triggerspell[MAX_ITEM_SET_SPELLS] |
Definition at line 1878 of file DBCStructure.h.
Referenced by AddItemsSetItem(), and RemoveItemsSetItem().
| char* ItemSetEntry::name |
Definition at line 1875 of file DBCStructure.h.
Referenced by lookup_commandscript::HandleLookupItemSetCommand().
| uint32 ItemSetEntry::required_skill_id |
Definition at line 1879 of file DBCStructure.h.
Referenced by AddItemsSetItem().
| uint32 ItemSetEntry::required_skill_value |
Definition at line 1880 of file DBCStructure.h.
Referenced by AddItemsSetItem().
| uint32 ItemSetEntry::spells[MAX_ITEM_SET_SPELLS] |
Definition at line 1877 of file DBCStructure.h.
Referenced by AddItemsSetItem(), and RemoveItemsSetItem().