Merge branch 'main' into dev - applying hotfixes

This commit is contained in:
Bluewhale1337
2026-07-10 16:06:16 +02:00
13 changed files with 234 additions and 185 deletions
+4
View File
@@ -440,6 +440,10 @@ end
function HealBot_OnEvent_PlayerEnteringWorld(this)
HealBot_IsFighting = false;
-- Re-apply the refresh hook late in case another addon overrode it during load
if HealBot_ApplyRefreshHook then
HealBot_ApplyRefreshHook()
end
end
function HealBot_OnEvent_SpellcastStart(this, spell, duration)