Skip to content

Commit

Permalink
crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 13, 2024
1 parent c763ca0 commit 79a1cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class_configs/enc_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ local _ClassConfig = {
type = "Spell",
cond = function(self, spell)
return self.settings.DoTwincastDPS and not RGMercUtils.BuffActiveByID(spell.ID()) and not RGMercUtils.BuffActiveByName("Improved Twincast") and
not RGMercModules("Mez", "IsMezImmune", mq.TLO.Target.ID())
not RGMercModules:ExecModule("Mez", "IsMezImmune", mq.TLO.Target.ID())
end,
},
{
Expand Down
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '8d8f313 2024-01-13' }
return { commitId = 'c763ca0 2024-01-13' }

0 comments on commit 79a1cbb

Please sign in to comment.