WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
CharInfos.cpp
Go to the documentation of this file.
1#include "CharInfos.h"
2
3CharInfos::CharInfos() : valid(false), customTabard(false), raceId(0), gender(""),
4 hasTransmogGear(false), eyeGlowType(0), tabardIcon(-1),
5 iconColor(-1), tabardBorder(-1), borderColor(-1), background(-1)
6{
7}