Battlefields: Move BF scripts out of game
Port From (https://github.com/TrinityCore/TrinityCore/commit/49523a74a4c28e5ae17f9a8352aa8224b765b7d8)
This commit is contained in:
@@ -29,8 +29,9 @@ namespace Game.BattleFields
|
||||
{
|
||||
public enum BattleFieldTypes
|
||||
{
|
||||
WinterGrasp,
|
||||
TolBarad
|
||||
WinterGrasp = 1,
|
||||
TolBarad = 2,
|
||||
Max
|
||||
}
|
||||
|
||||
public class BattleField : ZoneScript
|
||||
|
||||
Reference in New Issue
Block a user