Skip to content

Commit

Permalink
Class fixes for SK
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 6, 2024
1 parent 03dcba9 commit e187c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class_configs/shd_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ local _ClassConfig = {
name = "Dark Lord's Unity (Azia)",
type = "AA",
tooltip = Tooltips.DLUA,
active_cond = function(self, spell) return RGMercUtils.BuffActiveByID(spell.RankName.ID()) end,
active_cond = function(self, aaName) return RGMercUtils.BuffActiveByID(mq.TLO.Me.AltAbility(aaName).Spell.Trigger(1).ID() or 0) end,
cond = function(self, aaName)
return castDLU() and not RGMercUtils.BuffActiveByName(mq.TLO.Me.AltAbility(aaName).Spell.Trigger(1).RankName())
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 = '07a40d3 2024-01-06' }
return { commitId = '03dcba9 2024-01-06' }

0 comments on commit e187c84

Please sign in to comment.