From 2e3f2507646fe547606923137c2ff526b54c25e4 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 12 七月 2019 15:43:22 +0800 Subject: [PATCH] 7940 【后端】【主干】骑宠觉醒功能(吞噬效果修改) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRefineStove.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRefineStove.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRefineStove.py index b83636a..6ea79b7 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRefineStove.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRefineStove.py @@ -139,7 +139,7 @@ Sycn_AlchemyMsg(curPlayer, alchemyID, False) #日常任务 costItemCnt = sum(needMaterialDict.values()) - PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_RefineStove, costItemCnt) + #PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_RefineStove, costItemCnt) elif doType == 2: if curAlchemyItemID != alchemyItemID: -- Gitblit v1.8.0