Core/Player: Initial War Mode support
Port From (https://github.com/TrinityCore/TrinityCore/commit/b821a729733db0d3742b4aefe05e5a8305724f66)
This commit is contained in:
@@ -74,6 +74,9 @@ namespace Framework.Constants
|
||||
public const uint MaxAzeriteItemKnowledgeLevel = 30;
|
||||
public const uint PlayerConditionIdUnlockedAzeriteEssences = 69048;
|
||||
public const uint SpellIdHeartEssenceActionBarOverride = 298554;
|
||||
|
||||
//Warmode
|
||||
public const uint WarmodeEnlistedSpellOutside = 269083;
|
||||
}
|
||||
|
||||
public struct MoneyConstants
|
||||
|
||||
@@ -1419,6 +1419,9 @@ namespace Framework.Constants
|
||||
CalculateCreatureZoneAreaData,
|
||||
CalculateGameobjectZoneAreaData,
|
||||
CalendarDeleteOldEventsHour,
|
||||
CallToArms5Pct,
|
||||
CallToArms10Pct,
|
||||
CallToArms20Pct,
|
||||
CastUnstuck,
|
||||
CharacterCreatingDisableAlliedRaceAchievementRequirement,
|
||||
CharacterCreatingDisabled,
|
||||
@@ -1488,6 +1491,7 @@ namespace Framework.Constants
|
||||
EnableSinfoLogin,
|
||||
EventAnnounce,
|
||||
Expansion,
|
||||
FactionBalanceLevelCheckDiff,
|
||||
FeatureSystemBpayStoreEnabled,
|
||||
FeatureSystemCharacterUndeleteCooldown,
|
||||
FeatureSystemCharacterUndeleteEnabled,
|
||||
|
||||
Reference in New Issue
Block a user