Skip to content

Commit

Permalink
mage spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor committed Jan 10, 2024
1 parent 4fc12b9 commit e0d353c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class_configs/mag_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ _ClassConfig = {
spells = {
{ name = "PetHealSpell", cond = function(self) return self.IsModeActive("PetTank") end, },
{ name = "MagicBoltNuke2", cond = function(self) return self.settings.DoMagicNuke and mq.TLO.Me.Level() >= 103 end, },
{ name = "SpearNuke", cond = function(self) return mq.TLO.Me.Level() >= 75 end, },
{ name = "SpearNuke2", cond = function(self) return mq.TLO.Me.Level() >= 75 end, },
{ name = "MagicNuke2", cond = function(self) return true 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 = '725babe 2024-01-10' }
return { commitId = '4fc12b9 2024-01-10' }
2 changes: 1 addition & 1 deletion utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ function Utils.ExecEntry(caller, entry, targetId, resolvedActionMap, bAllowMem)
else
ret = false
end
RGMercsLogger.log_debug("Calling command \ao =>> \ag %s \ao <<= Ret => %s", entry.name, Utils.BoolToString(ret))
--RGMercsLogger.log_verbose("Calling command \ao =>> \ag %s \ao <<= Ret => %s", entry.name, Utils.BoolToString(ret))
end

if entry.type:lower() == "Disc" then
Expand Down

0 comments on commit e0d353c

Please sign in to comment.