hxp
2019-03-30 de41dec1a6518eea70a4ac7f36576cb709af266a
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -37,7 +37,6 @@
import ShareDefine
import ChItem
#import AICommon
import PlayerAction
import ChPyNetSendPack
import DataRecordPack
import NetPackCommon
@@ -45,11 +44,9 @@
import PlayerActivity
import PlayerSuccess
import BossHurtMng
import PlayerSuperMarket
import GameLogic_FamilyInvade
import GameLogic_GatherSoul
import FormulaControl
import PlayerMagicWeapon
import PlayerBossReborn
import PlayerFairyCeremony
import PlayerNewFairyCeremony
@@ -4420,8 +4417,7 @@
        lastTimeHurtObj = self.__FindLastTimeHurtObj()
        if lastTimeHurtObj[0] == None and lastTimeHurtObj[1] == None:
            return
        PlayerAction.GetAwardOnKillNPC(lastTimeHurtObj, curNPC)
        return
    
    ## 最后一击处理