ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1593,7 +1593,7 @@ if curSkill and curSkill.GetFuncType() == ChConfig.Def_SkillFuncType_RealmSuppress: # 境界压制技能不对高等级境界玩家产生攻击 aRealmLV, dRealmLV = GetPVERealmLVs(atkObj, defObj, atkObjType, defObjType) if aRealmLV >= dRealmLV: if aRealmLV <= dRealmLV: return 0, ChConfig.Def_HurtType_Immune # 免疫 atkIsBoss = 1 if ChConfig.IsGameBoss(atkObj) else 0