diff --git a/full-heal.lua b/full-heal.lua index 1b73d6d11c..2b79f15f8d 100644 --- a/full-heal.lua +++ b/full-heal.lua @@ -168,8 +168,8 @@ if unit then end if unit.job.current_job and unit.job.current_job.job_type == df.job_type.Rest then - --print("Wake from rest -> clean self...") - unit.job.current_job.job_type = df.job_type.CleanSelf + --print("Wake from rest...") + unit.job.current_job = nil end end