TrinityCore
PetLevelInfo Struct Reference

#include <ObjectMgr.h>

Public Attributes

uint16 stats [MAX_STATS] = {}
 
uint16 health = 0
 
uint16 mana = 0
 
uint16 armor = 0
 

Detailed Description

Definition at line 677 of file ObjectMgr.h.

Member Data Documentation

◆ armor

uint16 PetLevelInfo::armor = 0

Definition at line 682 of file ObjectMgr.h.

◆ health

uint16 PetLevelInfo::health = 0

Definition at line 680 of file ObjectMgr.h.

◆ mana

uint16 PetLevelInfo::mana = 0

Definition at line 681 of file ObjectMgr.h.

◆ stats

uint16 PetLevelInfo::stats[MAX_STATS] = {}

Definition at line 679 of file ObjectMgr.h.


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