Core/Battlegrounds: Implement mercenary system

Port From (https://github.com/TrinityCore/TrinityCore/commit/87723e32e24f03ac1d062e33edcbe935e4e59421)
This commit is contained in:
hondacrx
2022-05-31 11:46:04 -04:00
parent 6751370788
commit 1ba88f81db
9 changed files with 90 additions and 3 deletions
@@ -77,6 +77,10 @@ namespace Framework.Constants
//Warmode
public const uint WarmodeEnlistedSpellOutside = 269083;
//Mercenary System
public const uint SpellMercenaryContractHorde = 193472;
public const uint SpellMercenaryContractAlliance = 193475;
}
public struct MoneyConstants