From a7e72a169ff9fbd6d9d061f7352a130b8d53f9a6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 16 五月 2025 15:46:43 +0800
Subject: [PATCH] 16 卡牌服务端(排行榜)

---
 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