AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureData.h"
Public Member Functions | |
TrainerSpellData ()=default | |
~TrainerSpellData () | |
TrainerSpell const * | Find (uint32 spell_id) const |
Public Attributes | |
TrainerSpellMap | spellList |
uint32 | trainerType {0} |
|
default |
TrainerSpell const * TrainerSpellData::Find | ( | uint32 | spell_id | ) | const |
References spellList.
Referenced by WorldSession::HandleTrainerBuySpellOpcode().
TrainerSpellMap TrainerSpellData::spellList |
Referenced by ObjectMgr::AddSpellToTrainer(), Find(), WorldSession::SendTrainerList(), and ~TrainerSpellData().
uint32 TrainerSpellData::trainerType {0} |
Referenced by ObjectMgr::AddSpellToTrainer(), and WorldSession::SendTrainerList().