From ecc44603f09600a9f7323c72bc5183c779f7bdcb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 06 十二月 2023 10:12:56 +0800
Subject: [PATCH] 9811 【BT9】【后端】逐鹿万界(增加万界积分货币40; 自动获得万界积分货币物品ID 540) hygtgame

---
 ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
index 484f2b5..7f1f97b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
@@ -878,10 +878,12 @@
 Def_ItemID_GoldPaper = 30               # 直接给绑玉/灵石
 Def_ItemID_SilverPaper = 500               # 直接给金票物品
 Def_ItemID_GongdePoint = 530               # 直接给功德点
+Def_ItemID_FamilyFlagWarPoint = 540       # 直接给万界积分
 # 货币类型对应直接给货币物品ID
 MoneyItemIDDict = {IPY_GameServer.TYPE_Price_Gold_Money:Def_ItemID_GoldMoney,
                    IPY_GameServer.TYPE_Price_Gold_Paper:Def_ItemID_GoldPaper,
                    IPY_GameServer.TYPE_Price_Silver_Paper:Def_ItemID_SilverPaper,
                    ShareDefine.TYPE_Price_GongdePoint:Def_ItemID_GongdePoint,
+                   ShareDefine.TYPE_Price_FamilyFlagWarPoint:Def_ItemID_FamilyFlagWarPoint,
                    }
 

--
Gitblit v1.8.0