Misc fixes.
This commit is contained in:
@@ -255,7 +255,7 @@ namespace Framework.Constants
|
||||
BgStartL70etc = 11803
|
||||
}
|
||||
|
||||
public enum BattlegroundTeamId
|
||||
public enum PvPTeamId
|
||||
{
|
||||
Horde = 0, // Battleground: Horde, Arena: Green
|
||||
Alliance = 1, // Battleground: Alliance, Arena: Gold
|
||||
|
||||
@@ -752,30 +752,6 @@ namespace Framework.Constants
|
||||
|
||||
ChannelCity = 819,
|
||||
|
||||
NpcinfoGossip = 820,
|
||||
NpcinfoQuestgiver = 821,
|
||||
NpcinfoTrainerClass = 822,
|
||||
NpcinfoTrainerProfession = 823,
|
||||
NpcinfoVendorAmmo = 824,
|
||||
NpcinfoVendorFood = 825,
|
||||
NpcinfoVendorPoison = 826,
|
||||
NpcinfoVendorReagent = 827,
|
||||
NpcinfoRepair = 828,
|
||||
NpcinfoFlightmaster = 829,
|
||||
NpcinfoSpirithealer = 830,
|
||||
NpcinfoSpiritguide = 831,
|
||||
NpcinfoInnkeeper = 832,
|
||||
NpcinfoBanker = 833,
|
||||
NpcinfoPetitioner = 834,
|
||||
NpcinfoTabarddesigner = 835,
|
||||
NpcinfoBattlemaster = 836,
|
||||
NpcinfoAuctioneer = 837,
|
||||
NpcinfoStablemaster = 838,
|
||||
NpcinfoGuildBanker = 839,
|
||||
NpcinfoSpellclick = 840,
|
||||
NpcinfoMailbox = 841,
|
||||
NpcinfoPlayerVehicle = 842,
|
||||
|
||||
// Pinfo Commands
|
||||
PinfoPlayer = 453,
|
||||
PinfoGmActive = 548,
|
||||
|
||||
@@ -123,7 +123,7 @@ namespace Framework.Constants
|
||||
/// <summary>
|
||||
/// BGs / Arena Const
|
||||
/// </summary>
|
||||
public const int BGTeamsCount = 2;
|
||||
public const int PvpTeamsCount = 2;
|
||||
public const uint CountOfPlayersToAverageWaitTime = 10;
|
||||
public const uint MaxPlayerBGQueues = 2;
|
||||
public const uint BGAwardArenaPointsMinLevel = 71;
|
||||
|
||||
Reference in New Issue
Block a user