From 19845faa33cd9f9017fb24ce8e36f1b25fbe0a3b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 16 七月 2019 16:56:19 +0800 Subject: [PATCH] 8101 【主干】【后端】全民冲榜的神兵排行榜改成升星排行榜(增加升星排行支持) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetOSCRecordData.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetOSCRecordData.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetOSCRecordData.py index a12e25e..941cf2d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetOSCRecordData.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetOSCRecordData.py @@ -42,6 +42,7 @@ ShareDefine.Def_Campaign_Type_Recharge:"充值", ShareDefine.Def_Campaign_Type_PetLV:"灵宠", ShareDefine.Def_Campaign_Type_LingGen:"灵根", + ShareDefine.Def_Campaign_Type_StarLV:"升星", } if len(cmdList) == 1: -- Gitblit v1.8.0