TrinityCore
lfg::LfgReward Struct Reference

Reward info. More...

#include <LFGMgr.h>

Public Member Functions

 LfgReward (uint32 _maxLevel=0, uint32 _firstQuest=0, uint32 _otherQuest=0)
 

Public Attributes

uint32 maxLevel
 
uint32 firstQuest
 
uint32 otherQuest
 

Detailed Description

Reward info.

Definition at line 233 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgReward()

lfg::LfgReward::LfgReward ( uint32  _maxLevel = 0,
uint32  _firstQuest = 0,
uint32  _otherQuest = 0 
)
inline

Definition at line 235 of file LFGMgr.h.

Member Data Documentation

◆ firstQuest

uint32 lfg::LfgReward::firstQuest

Definition at line 239 of file LFGMgr.h.

◆ maxLevel

uint32 lfg::LfgReward::maxLevel

Definition at line 238 of file LFGMgr.h.

◆ otherQuest

uint32 lfg::LfgReward::otherQuest

Definition at line 240 of file LFGMgr.h.


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