hxp
2019-04-13 11e82d25c1aa5b91706689d0414fdc893ed52627
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/Player_Attack_NormalNPC.py
@@ -113,8 +113,8 @@
        if not ChNPC.OnCheckCanDie(curPlayer, curTagNormalNPC, skill, tick):
            return
        #执行击杀NPC逻辑
        FBLogic.DoFB_Player_KillNPC(curPlayer , curTagNormalNPC , tick)
        NPCCommon.OnPlayerAttackNPCDie(curTagNormalNPC, curPlayer, skill)
        FBLogic.DoFB_Player_KillNPC(curPlayer , curTagNormalNPC , tick)
        #NPC死亡
        curTagNormalNPCControl = NPCCommon.NPCControl(curTagNormalNPC)
        curTagNormalNPCControl.SetKilled()