From 307d72ab90dc2f73eaa258fcbc65a51ad09d59f0 Mon Sep 17 00:00:00 2001 From: Critical <48370698+CriticalXI@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:14:32 -0700 Subject: [PATCH] [lua] Sweeping Cluster mob fight bugfix --- scripts/zones/Mount_Zhayolm/mobs/Sweeping_Cluster.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/zones/Mount_Zhayolm/mobs/Sweeping_Cluster.lua b/scripts/zones/Mount_Zhayolm/mobs/Sweeping_Cluster.lua index 0aff3eb7234..622121a969f 100644 --- a/scripts/zones/Mount_Zhayolm/mobs/Sweeping_Cluster.lua +++ b/scripts/zones/Mount_Zhayolm/mobs/Sweeping_Cluster.lua @@ -11,8 +11,4 @@ entity.onMobMobskillChoose = function(mob, target) return xi.mix.clusters.onMobMobskillChoose(mob, target) end -entity.onMobFight = function(mob, target) - mob:addTP(3000) -end - return entity