From dc0b92c1e2fe9f3d24c183b325dad54d088735c1 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 10 七月 2025 17:01:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_ServerCode
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFriend.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFriend.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFriend.py
index e4877da..e452039 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFriend.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFriend.py
@@ -16,7 +16,6 @@
import IPY_GameWorld
import GameWorld
import PlayerTeam
-import EventShell
import ChConfig
import PlayerSuccess
import ShareDefine
@@ -54,7 +53,6 @@
# 好友个数成就
friendCnt = curPackData.FriendCnt
PlayerSuccess.UptateSuccessProgress(curPlayer, ShareDefine.SuccType_AddFriend, friendCnt)
- EventShell.EventRespons_AddFriend(curPlayer, friendCnt)
return
--
Gitblit v1.8.0