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

Public Member Functions

 SkillDiscoveryEntry ()
 
 SkillDiscoveryEntry (uint32 _spellId, uint32 req_skill_val, float _chance)
 

Public Attributes

uint32 spellId
 
uint32 reqSkillValue
 
float chance
 

Detailed Description

Constructor & Destructor Documentation

◆ SkillDiscoveryEntry() [1/2]

SkillDiscoveryEntry::SkillDiscoveryEntry ( )
inline
35 : spellId(0), reqSkillValue(0), chance(0) {}
uint32 reqSkillValue
Definition: SkillDiscovery.cpp:31
float chance
Definition: SkillDiscovery.cpp:32
uint32 spellId
Definition: SkillDiscovery.cpp:30

◆ SkillDiscoveryEntry() [2/2]

SkillDiscoveryEntry::SkillDiscoveryEntry ( uint32  _spellId,
uint32  req_skill_val,
float  _chance 
)
inline
38 : spellId(_spellId), reqSkillValue(req_skill_val), chance(_chance) {}

Member Data Documentation

◆ chance

float SkillDiscoveryEntry::chance

◆ reqSkillValue

uint32 SkillDiscoveryEntry::reqSkillValue

◆ spellId

uint32 SkillDiscoveryEntry::spellId