mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +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
|
|
@ -1933,6 +1933,7 @@ class Player : public Unit
|
|||
|
||||
static Team TeamForRace(uint8 race);
|
||||
Team GetTeam() const { return m_team; }
|
||||
PvpTeamIndex GetTeamId() const { return m_team == ALLIANCE ? TEAM_INDEX_ALLIANCE : TEAM_INDEX_HORDE; }
|
||||
static uint32 getFactionForRace(uint8 race);
|
||||
void setFactionForRace(uint8 race);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue