From 6a9883b425e53e714b9a930ec70b7544999611a6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 08 五月 2025 12:01:45 +0800
Subject: [PATCH] 16 卡牌服务端(db数据备档、加载;仙盟基础转到MapServer;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Func_11.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Func_11.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Func_11.py
index aa47293..c359676 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Func_11.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Func_11.py
@@ -61,7 +61,7 @@
 #        return False
     
     #开始创建家族
-    PlayerFamily.SendPack_GameServer_InputFamilyName(curPlayer)
+    #PlayerFamily.SendPack_GameServer_InputFamilyName(curPlayer)
     return True
 
 #---------------------------------------------------------------------
@@ -71,7 +71,7 @@
 # @return 返回值无意义
 # @remarks 查看家族 任务功能触发Fc_
 def WatchFamily(curPlayer, tick):
-    PlayerFamily.SendPack_GameServer_ViewAllFamily(curPlayer)
+    #PlayerFamily.SendPack_GameServer_ViewAllFamily(curPlayer)
     return
 #---------------------------------------------------------------------
 ##家族升级.

--
Gitblit v1.8.0