From c9e30763880e91d81c96e93f075b7b9d5f5a08a4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 24 十一月 2021 18:28:17 +0800
Subject: [PATCH] 9341 【BT5】【主干】【后端】情缘系统(情缘副本同步怪物总波数)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
index 86f14e1..0dee6ae 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
@@ -56,6 +56,7 @@
 Help_lineID = 'lineID' #功能线路ID
 Help_step = 'step' #当前副本步骤,从1开始,1~n
 Help_wheel = 'wheel' #当前波数(关卡编号),从1开始,1~n
+Help_wheelTotal = 'wheelTotal' #总波数(关卡编号),从1开始,1~n
 Help_npc = 'npc' #NPC已击杀个数 [{"NPCID":150,"killCnt":100}]
 Help_npcTotal = 'npcTotal' #NPC总已击杀个数
 Help_npcTotalNeed = 'npcTotalNeed' #NPC总需击杀个数

--
Gitblit v1.8.0