AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
WorldPackets::NPC::TrainerListSpell Struct Reference

#include "NPCPackets.h"

Public Attributes

int32 SpellID = 0
 
uint8 Usable = 0
 
int32 MoneyCost = 0
 
std::array< int32, 2 > PointCost = { }
 
uint8 ReqLevel = 0
 
int32 ReqSkillLine = 0
 
int32 ReqSkillRank = 0
 
std::array< int32, 3 > ReqAbility = { }
 

Detailed Description

Member Data Documentation

◆ MoneyCost

int32 WorldPackets::NPC::TrainerListSpell::MoneyCost = 0

◆ PointCost

std::array<int32, 2> WorldPackets::NPC::TrainerListSpell::PointCost = { }
48{ }; // compared with PLAYER_CHARACTER_POINTS in Lua

Referenced by Trainer::Trainer::SendSpells().

◆ ReqAbility

std::array<int32, 3> WorldPackets::NPC::TrainerListSpell::ReqAbility = { }
52{ };

Referenced by Trainer::Trainer::SendSpells().

◆ ReqLevel

uint8 WorldPackets::NPC::TrainerListSpell::ReqLevel = 0

◆ ReqSkillLine

int32 WorldPackets::NPC::TrainerListSpell::ReqSkillLine = 0

◆ ReqSkillRank

int32 WorldPackets::NPC::TrainerListSpell::ReqSkillRank = 0

◆ SpellID

int32 WorldPackets::NPC::TrainerListSpell::SpellID = 0

◆ Usable

uint8 WorldPackets::NPC::TrainerListSpell::Usable = 0

The documentation for this struct was generated from the following file: