ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py
@@ -67,6 +67,7 @@ import PlayerAssist import PlayerFB import PlayerLove import PlayerCharm #--------------------------------------------------------------------- #--------------------------------------------------------------------- @@ -212,6 +213,8 @@ if not PlayerControl.GetIsTJG(curPlayer): #家族副本boss状态通知 PlayerFamilyBoss.OnLogin(curPlayer) #魅力 PlayerCharm.OnPlayerLogin(curPlayer) #情缘 PlayerLove.OnPlayerLogin(curPlayer)