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)