From e905b2147f8d43f40796510bd22d3b7a170cf0bc Mon Sep 17 00:00:00 2001 From: Casey Raethke Date: Wed, 13 Dec 2023 10:44:39 -0600 Subject: [PATCH] Update Boon of Blackfathom --- libs/StatLogic/Vanilla_Logic.lua | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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, - }, } }