Some build errors fixed

72 errors and 7 warnings remaining at this point
This commit is contained in:
Charles A Edwards 2016-01-30 11:56:38 +00:00 committed by Antz
parent 923d3f5788
commit 85cd456287
4 changed files with 17 additions and 4 deletions

View file

@ -740,6 +740,15 @@ enum Team
ALLIANCE = 469,
};
enum PvpTeamIndex
{
TEAM_INDEX_ALLIANCE = 0,
TEAM_INDEX_HORDE = 1,
TEAM_INDEX_NEUTRAL = 2,
};
#define PVP_TEAM_COUNT 2
enum SpellEffects
{
SPELL_EFFECT_NONE = 0,