Skip to content

Commit a9fb7aa

Browse files
removed the CleanSelf job assignment
because it causes errors and is entirely unnecessary; the system will generate its own CleanSelf jobs if this is required
1 parent 7b208ce commit a9fb7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

full-heal.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ if unit then
168168
end
169169

170170
if unit.job.current_job and unit.job.current_job.job_type == df.job_type.Rest then
171-
--print("Wake from rest -> clean self...")
172-
unit.job.current_job.job_type = df.job_type.CleanSelf
171+
--print("Wake from rest...")
172+
unit.job.current_job = nil
173173
end
174174
end
175175

0 commit comments

Comments
 (0)