From 4266f9c9ecbcc90f18093e0225451588198e32d3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 06 六月 2024 14:36:23 +0800
Subject: [PATCH] 10130 【后端】福地争夺资源功能(福地功能ID统一改为227)
---
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