From 09a189483bb323709ac8ff358be35c8e96b56362 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 01 十一月 2024 15:14:27 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】头像框,头像(补充通知:A922、A923、A927、A928、B920、B922、B033、B035)
---
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_CompensationQueryPersonal.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_CompensationQueryPersonal.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_CompensationQueryPersonal.py
index 6faacc2..5fa1540 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_CompensationQueryPersonal.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_CompensationQueryPersonal.py
@@ -51,7 +51,7 @@
return
curPlayer = GameWorld.GetPlayerManager().FindPlayerByID(playerID)
for delGUID in delGUIDList:
- PlayerCompensation.ClearPersonalCompensation(playerID, delGUID)
+ PlayerCompensation.ClearPersonalCompensation(playerID, delGUID, "GMT")
if curPlayer:
PlayerCompensation.NotifyCompensationResult(curPlayer, delGUID, 1)
else:
--
Gitblit v1.8.0