Skip to content

Commit

Permalink
Fix rogue aura IDs (Fixes #151)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed May 20, 2023
1 parent 2c375a4 commit 538ddce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/StatLogic/TBC_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1343,11 +1343,11 @@ elseif addonTable.class == "ROGUE" then
},
{
["value"] = 50,
["buff"] = 26669, -- ["Evasion"],
["buff"] = 5277, -- ["Evasion"],
},
{
["value"] = 15,
["buff"] = 31022, -- ["Ghostly Strike"],
["buff"] = 14278, -- ["Ghostly Strike"],
},
},
-- Rogue: Sleight of Hand (Rank 2) - 3,3
Expand Down
4 changes: 2 additions & 2 deletions libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -579,11 +579,11 @@ elseif addonTable.class == "ROGUE" then
},
{
["value"] = 50,
["buff"] = 26669, -- ["Evasion"],
["buff"] = 5277, -- ["Evasion"],
},
{
["value"] = 15,
["buff"] = 31022, -- ["Ghostly Strike"],
["buff"] = 14278, -- ["Ghostly Strike"],
},
},
-- Rogue: Sleight of Hand (Rank 2) - 3,3
Expand Down

0 comments on commit 538ddce

Please sign in to comment.