diff --git a/libs/StatLogic/Vanilla_Logic.lua b/libs/StatLogic/Vanilla_Logic.lua index b060705..e92caa8 100644 --- a/libs/StatLogic/Vanilla_Logic.lua +++ b/libs/StatLogic/Vanilla_Logic.lua @@ -1307,12 +1307,12 @@ StatLogic.StatModTable["ALL"] = { ["buff"] = 22888, ["value"] = 5, }, - -- Blessing of Blackfathom + -- Boon of Blackfathom { ["buff"] = 430947, ["value"] = 2, }, - -- Blessing of Blackfathom + -- Boon of Blackfathom { ["buff"] = 431111, ["value"] = 2, @@ -1329,15 +1329,5 @@ StatLogic.StatModTable["ALL"] = { ["buff"] = 22888, ["value"] = 10, }, - -- Blessing of Blackfathom - { - ["buff"] = 430947, - ["value"] = 2, - }, - -- Blessing of Blackfathom - { - ["buff"] = 431111, - ["value"] = 2, - }, } }