From 7db53f547e9093ad323343d28282e40413c13a6d Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 25 九月 2018 20:22:35 +0800 Subject: [PATCH] 3818 日常任务次数重置问题 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py index 841870d..d919299 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py @@ -451,6 +451,7 @@ RefreshDogzAttr(curPlayer) PlayerControl.PlayerControl(curPlayer).RefreshPlayerAttrState() + curPlayer.Sync_MakeItemAnswer(ShareDefine.Def_mitDogzEquipPlus, 1) return def GetDogzEquipPlusLVExpInfo(equipColor, equipPlace, totalExp): -- Gitblit v1.8.0