hxp
2022-08-02 e755e7fbaaa21c76ac64b61550e4b4c04f020b29
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py
@@ -1448,7 +1448,7 @@
                GameWorld.DebugLog("    对方是积分王,阵营额外获得积分:  index=%s,kingScore=%s" % (index, kingScore), fbPropertyID)
                
                killScoreKingNotifyList = IpyGameDataPY.GetFuncEvalCfg("CrossBattlefieldScoreKing", 4)
                if index < len(killScoreKingNotifyList):
                if index < len(killScoreKingNotifyList) and atkObjType == IPY_GameWorld.gotPlayer:
                    msgMark = killScoreKingNotifyList[index]
                    lineID = GameWorld.GetGameWorld().GetLineID()
                    defMapID = GameWorld.GetMap().GetMapID()