Skip to content

Instantly share code, notes, and snippets.

View Phantom23's full-sized avatar

PhantomX Phantom23

View GitHub Profile
// Race value is index in ChrRaces.dbc
enum Races
{
RACE_NONE = 0,
RACE_HUMAN = 1,
RACE_ORC = 2,
RACE_DWARF = 3,
RACE_NIGHTELF = 4,
RACE_UNDEAD_PLAYER = 5,
RACE_TAUREN = 6,