Skip to content

Commit

Permalink
Sanguine Stratagem fix for retail
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Jul 30, 2024
1 parent c3c96c2 commit 97e9986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ NugComboBar:RegisterConfig("ComboPointsRogue", {
local DeeperStratagem = IsPlayerSpell(193531) and 1 or 0 -- Deeper Stratagem
local DeviousStratagem = IsPlayerSpell(394321) and 1 or 0 -- Deeper Stratagem
local SecretStratagem = IsPlayerSpell(394320) and 1 or 0 -- Secret Stratagem
local maxCP = 5 + DeeperStratagem + DeviousStratagem + SecretStratagem
local SanguineStratagem = IsPlayerSpell(457512) and 1 or 0 -- Sanguine Stratagem
local maxCP = 5 + DeeperStratagem + DeviousStratagem + SecretStratagem + SanguineStratagem

self:SetMaxPoints(maxCP)
self:SetPointGetter(RogueGetComboPoints)
Expand Down

0 comments on commit 97e9986

Please sign in to comment.