From 47825c6ac12da1fcb147c4c5e6497cf974cec681 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 02 二月 2021 16:06:57 +0800 Subject: [PATCH] 4920 【主干】【BT】GM后台优化(使用物品获得仙玉没有流向明细的问题;物品直接转化货币流向明细记录); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 9a8ab21..96da909 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4882,7 +4882,8 @@ Def_GiveMoney_GatherSoulDecompose, #聚魂分解 26 Def_GiveMoney_AuctionBidReturn, #拍卖竞价返还 Def_GiveMoney_AuctionGain, #拍卖获得利润 -) = range(1000, 1000 + 29) +Def_GiveMoney_TransformItem, #物品直接转化 +) = range(1000, 1000 + 30) Def_Give_Reason_SonKey = "reason_name_son" # 原因子类说明key @@ -4916,6 +4917,7 @@ Def_GiveMoney_GatherSoulDecompose:"GatherSoulDecompose", Def_GiveMoney_AuctionBidReturn:"AuctionBidReturn", Def_GiveMoney_AuctionGain:"AuctionGain", +Def_GiveMoney_TransformItem:"TransformItem", } ##================================================================================================== -- Gitblit v1.8.0