Skip to content

Commit

Permalink
monk warnings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 13, 2024
1 parent eeffde6 commit f6d15a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '6382146 2024-01-13' }
return { commitId = 'eeffde6 2024-01-13' }
2 changes: 2 additions & 0 deletions utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,10 @@ function Utils.SelfBuffCheck(spell)
RGMercsLogger.log_verbose("\arSelfBuffCheck() Spell Invalid")
return false
end
---@diagnostic disable-next-line: undefined-field
local res = not Utils.BuffActiveByID(spell.RankName.ID()) and spell.Stacks()

---@diagnostic disable-next-line: undefined-field
RGMercsLogger.log_verbose("\arSelfBuffCheck(%s/%d) Spell Obj => %s", spell.RankName(), spell.RankName.ID(), Utils.BoolToString(res))

return res
Expand Down

0 comments on commit f6d15a1

Please sign in to comment.