Misc fixes.

This commit is contained in:
hondacrx
2021-11-15 23:35:21 -05:00
parent 0292bb9c09
commit a7936eb46c
15 changed files with 77 additions and 97 deletions
@@ -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
-24
View File
@@ -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,
+1 -1
View File
@@ -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;