From 01524938c6d455b3b8e3a35f7b82b7de71de2c19 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 18 十一月 2024 16:51:26 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】【btgotq】头像框,头像(补充跨服榜单Value3、Value4,包含古神参与、召集、积分榜,boss历练活动榜、古宝养成活动榜、骑宠养成活动榜、仙匣秘境活动榜;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Success.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Success.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Success.py
index d683796..b2491a0 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Success.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Success.py
@@ -19,6 +19,7 @@
 import ShareDefine
 import PlayerSuccess
 import GameWorld
+import PlayerControl
 
 #逻辑实现
 ## GM命令执行入口
@@ -83,6 +84,8 @@
     PlayerSuccess.Sync_SuccessInfo(curPlayer, [], True)
     # 同步成就领奖记录
     PlayerSuccess.Sync_SuccTypeIndexAwardRecord(curPlayer, [], True)
+    PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_Success_ScoreAward, 0)
+    PlayerSuccess.Sync_SuccessScoreAward(curPlayer)
     GameWorld.DebugAnswer(curPlayer, "重置成就类型:%s" % resetTypeList)
     return
 
@@ -111,6 +114,8 @@
     # 同步成就领奖记录
     PlayerSuccess.Sync_SuccTypeIndexAwardRecord(curPlayer, resetIDList, True)
     GameWorld.DebugAnswer(curPlayer, "重置成就ID领奖:%s" % resetIDList)
+    PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_Success_ScoreAward, 0)
+    PlayerSuccess.Sync_SuccessScoreAward(curPlayer)
     return
 
 def __DoPrintSuccess(curPlayer, msgList):

--
Gitblit v1.8.0