Skip to content

Commit 9b4f443

Browse files
fixed typo
1 parent fc5dc12 commit 9b4f443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

full-heal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if unit then
187187
for i = 0, #health.flags-1,1 do
188188
health.flags[i] = false
189189
end
190-
for _,bpFlags in ipairs(unit.health.body_part_flags) do
190+
for _,bpFlags in ipairs(health.body_part_flags) do
191191
for i = 0, #bpFlags-1,1 do
192192
bpFlags[i] = false
193193
end

0 commit comments

Comments
 (0)