AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ItemSetEntry Struct Reference

#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
 

Detailed Description

Member Data Documentation

◆ itemId

uint32 ItemSetEntry::itemId[MAX_ITEM_SET_ITEMS]

◆ items_to_triggerspell

uint32 ItemSetEntry::items_to_triggerspell[MAX_ITEM_SET_SPELLS]

◆ name

char const* ItemSetEntry::name[16]

◆ required_skill_id

uint32 ItemSetEntry::required_skill_id

Referenced by AddItemsSetItem().

◆ required_skill_value

uint32 ItemSetEntry::required_skill_value

Referenced by AddItemsSetItem().

◆ spells

uint32 ItemSetEntry::spells[MAX_ITEM_SET_SPELLS]