Skip to content

Commit

Permalink
Fix vanilla Deterrence id
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Mar 26, 2023
1 parent e6d92bf commit 052e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/StatLogic/Vanilla_Logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ elseif addonTable.class == "HUNTER" then
-- Dodge and Parry chance increased by 25%.
{
["value"] = 25,
["buff"] = 31567, -- ["Deterrence"],
["buff"] = 19263, -- ["Deterrence"],
},
},
-- Hunter: Survivalist (Rank 5) - 3,8
Expand Down

0 comments on commit 052e7a4

Please sign in to comment.