From 63d429647aae8b63517b2fd67977a2fb7692462a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 10 十一月 2021 12:07:33 +0800
Subject: [PATCH] 9341 【BT5】【主干】【后端】情缘系统(主干冲突 补充)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index 7786314..5f609af 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -136,6 +136,7 @@
 import PlayerFaQi
 import SkillShell
 import PlayerYinji
+import PlayerLove
 import GameObj
 
 import datetime
@@ -685,6 +686,9 @@
     #成就
     PlayerSuccess.SuccOnLogin(curPlayer)
     
+    #情缘
+    PlayerLove.DoPlayerLogin(curPlayer)
+    
     #同步自动战斗配置记录
 #    Sync_AutoFightSetting(curPlayer)
     

--
Gitblit v1.8.0