ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerQuery.py
@@ -75,6 +75,7 @@
import CrossChampionship
import CrossBattlefield
import CrossActAllRecharge
import PlayerActGubao
import PlayerActXianXiaMJ
import PlayerActBossTrial
import PlayerActFamilyCTGAssist
@@ -706,6 +707,14 @@
        PlayerActXianXiaMJ.MapServer_XianXiaMJ(curPlayer, eval(resultName))
        return
    
    # 古宝养成
    if callName == "ActGubao":
        curPlayer = GameWorld.GetPlayerManager().FindPlayerByID(srcPlayerID)
        if not curPlayer:
            return
        PlayerActGubao.MapServer_Gubao(curPlayer, eval(resultName))
        return
    #py喇叭聊天
    if callName == 'PYSpeaker':
        curPlayer = GameWorld.GetPlayerManager().FindPlayerByID(srcPlayerID)