hxp
2025-05-26 77b0f4f5acec30f9be8c7eeadfc25d9641ca26f3
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FamilyRobBoss.py
@@ -27,7 +27,6 @@
import SkillCommon
import PyGameData
import BuffSkill
import PlayerTJG
import NPCCommon
import ChConfig
import GameObj
@@ -606,9 +605,6 @@
def __DoCheckHorsePetRobBossKillCntBuff(curPlayer, tick):
    familyID = curPlayer.GetFamilyID()
    if not familyID:
        return
    if PlayerTJG.GetIsTJG(curPlayer):
        return
    
    killCount = PyGameData.g_familyKillHorsePetRobBossCntDict.get(familyID, 0)