ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.py
@@ -53,6 +53,7 @@
import PlayerFaQi
import PlayerGuaji
import PlayerTJG
import EventShell
# 功能开启需执行的函数{功能ID:执行函数, ...} 函数需返回是否激活成功, 功能开启有需要处理功能逻辑的这里增加函数调用配置即可
@@ -155,6 +156,8 @@
        if funcID in FuncOpenLogicDict:
            FuncOpenLogicDict[funcID](curPlayer)
            
        EventShell.EventResponse_Funcopen(curPlayer, funcID)
        mailKey = ipyData.GetMailKey()
        if mailKey:
            PlayerControl.SendMailByKey(mailKey, [curPlayer.GetPlayerID()], [])