From 873fd2b448fc038733d58779ac7ca12d2e4fdb80 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 30 十月 2020 16:35:58 +0800
Subject: [PATCH] 1111 【主干】【长尾】【BT】 GM工具增加直接激活称号命令;

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py
index 57fd24b..70b2c2d 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py
@@ -1910,6 +1910,7 @@
         SetIsCrossPKMatching(curPlayer, 1)
         startMatchPack.IsRobot = 0
     elif result == 2:
+        SetIsCrossPKMatching(curPlayer, 0)
         startMatchPack.IsRobot = 1
         
     NetPackCommon.SendFakePack(curPlayer, startMatchPack)    

--
Gitblit v1.8.0