ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActCollectWords.py
@@ -132,7 +132,8 @@ isBoss = ChConfig.IsGameBoss(npcData) playerLV = curPlayer.GetLV() npcLV = npcData.GetLV() import NPCCommon npcLV = NPCCommon.GetNPCLV(npcData, curPlayer) limitLV = ipyData.GetLVLimit() if not isBoss and limitLV and limitLV > playerLV: #GameWorld.DebugLog(" 集字活动玩家等级不足,无法掉落! actName=%s,cfgID=%s,limitLV=%s" % (actName, cfgID, limitLV))