ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -55,6 +55,7 @@
import GameLogic_CrossGrassland
import PlayerFeastWish
import PlayerFeastTravel
import PlayerGoldInvest
import PlayerWeekParty
import NPCHurtManager
import PlayerActLogin
@@ -5077,6 +5078,9 @@
                EventShell.EventRespons_KillWorldBoss(curPlayer)
        #击杀特定NPC成就
        PlayerSuccess.DoAddSuccessProgress(curPlayer, ShareDefine.SuccType_KillSpecificNPC, 1, [npcID])
        #Boss投资,击杀及摸怪都算
        if limitIndex != None:
            PlayerGoldInvest.OnKillBoss(curPlayer, npcID)
        return
        
    def __GetIsLog(self):