Compare commits
1 Commits
master
...
bg-arena-m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d148aed0be |
@ -44,7 +44,7 @@ enum AllBattlegroundHook
|
||||
};
|
||||
|
||||
enum BattlegroundBracketId : uint8;
|
||||
enum BattlegroundTypeId : uint8;
|
||||
enum BattlegroundTypeId : uint16;
|
||||
enum TeamId : uint8;
|
||||
|
||||
class AllBattlegroundScript : public ScriptObject
|
||||
|
||||
@ -3475,7 +3475,7 @@ inline TeamId GetTeamId(PvPTeamId teamId)
|
||||
}
|
||||
|
||||
// indexes of BattlemasterList.dbc
|
||||
enum BattlegroundTypeId : uint8
|
||||
enum BattlegroundTypeId : uint16
|
||||
{
|
||||
BATTLEGROUND_TYPE_NONE = 0, // None
|
||||
BATTLEGROUND_AV = 1, // Alterac Valley
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user