Battlefields: Move BF scripts out of game

Port From (https://github.com/TrinityCore/TrinityCore/commit/49523a74a4c28e5ae17f9a8352aa8224b765b7d8)
This commit is contained in:
hondacrx
2022-02-24 10:51:24 -05:00
parent 628a24923c
commit 569232c3fe
18 changed files with 763 additions and 548 deletions
+3 -2
View File
@@ -29,8 +29,9 @@ namespace Game.BattleFields
{
public enum BattleFieldTypes
{
WinterGrasp,
TolBarad
WinterGrasp = 1,
TolBarad = 2,
Max
}
public class BattleField : ZoneScript