Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
AuthHandler.cpp File Reference
#include "Config.h"
#include "Opcodes.h"
#include "WorldPacket.h"
#include "WorldSession.h"
Include dependency graph for AuthHandler.cpp:

Go to the source code of this file.

Macros

#define PLAYABLE_CLASSES_COUNT   11
#define PLAYABLE_RACES_COUNT   15

Variables

uint8 classExpansion [PLAYABLE_CLASSES_COUNT][2]
uint8 raceExpansion [PLAYABLE_RACES_COUNT][2]

Macro Definition Documentation

◆ PLAYABLE_CLASSES_COUNT

#define PLAYABLE_CLASSES_COUNT   11

Definition at line 12 of file AuthHandler.cpp.

Referenced by WorldSession::SendAuthResponse().

◆ PLAYABLE_RACES_COUNT

#define PLAYABLE_RACES_COUNT   15

Definition at line 11 of file AuthHandler.cpp.

Referenced by WorldSession::SendAuthResponse().

Variable Documentation

◆ classExpansion

◆ raceExpansion

uint8 raceExpansion[PLAYABLE_RACES_COUNT][2]
Initial value:
=
{
}
@ RACE_TROLL
@ RACE_UNDEAD_PLAYER
@ RACE_PANDAREN_NEUTRAL
@ RACE_ORC
@ RACE_DRAENEI
@ RACE_NIGHTELF
@ RACE_BLOODELF
@ RACE_DWARF
@ RACE_GNOME
@ RACE_GOBLIN
@ RACE_HUMAN
@ RACE_WORGEN
@ RACE_PANDAREN_ALLIANCE
@ RACE_PANDAREN_HORDE
@ RACE_TAUREN
@ EXPANSION_THE_BURNING_CRUSADE
@ EXPANSION_CATACLYSM

Definition at line 14 of file AuthHandler.cpp.

Referenced by WorldSession::SendAuthResponse().