From 6a105ff34adac6be5e71e17554e9eb3a3bc1b86c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 20 十月 2025 11:50:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Battle/BattleFieldFactory.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Main/System/Battle/BattleFieldFactory.cs b/Main/System/Battle/BattleFieldFactory.cs
index 8769276..35a7ad8 100644
--- a/Main/System/Battle/BattleFieldFactory.cs
+++ b/Main/System/Battle/BattleFieldFactory.cs
@@ -20,6 +20,9 @@
             case 2:
                 battleField = new StoryBossBattleField(guid);
                 break;
+            case 3:
+                battleField = new ArenaBattleField(guid);
+                break;
             case 30010:
                 battleField = new BoneBattleField(guid);
                 break;

--
Gitblit v1.8.0