mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 16:37:12 +00:00
Some build errors fixed
72 errors and 7 warnings remaining at this point
This commit is contained in:
parent
923d3f5788
commit
85cd456287
4 changed files with 17 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue