From 047bb1160b3b634c02cebf1715bab509e5d32263 Mon Sep 17 00:00:00 2001 From: DaMaGepyHUN <124629121+DaMaGepyHUN@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:12:09 +0200 Subject: [PATCH] Update Babble-Spell-2.2.lua Added (warlock): Dark Harvest --- .../Libs/BabbleSpell-2.2/Babble-Spell-2.2.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MikScrollingBattleText/Libs/BabbleSpell-2.2/Babble-Spell-2.2.lua b/MikScrollingBattleText/Libs/BabbleSpell-2.2/Babble-Spell-2.2.lua index cef291a..c519879 100644 --- a/MikScrollingBattleText/Libs/BabbleSpell-2.2/Babble-Spell-2.2.lua +++ b/MikScrollingBattleText/Libs/BabbleSpell-2.2/Babble-Spell-2.2.lua @@ -223,6 +223,7 @@ BabbleSpell:RegisterTranslations("enUS", function() ["Dagger Specialization"] = true, ["Daggers"] = true, ["Dampen Magic"] = true, + ["Dark Harvest"] = true, ["Dark Pact"] = true, ["Darkness"] = true, ["Dash"] = true, @@ -3328,6 +3329,7 @@ local spellIcons = { ["Daggers"] = "Ability_SteelMelee", ["Dampen Magic"] = "Spell_Nature_AbolishMagic", ["Dark Pact"] = "Spell_Shadow_DarkRitual", + ["Dark Harvest"] = "Spell_Shadow_SoulLeech", ["Darkness"] = "Spell_Shadow_Twilight", ["Dash"] = "Ability_Druid_Dash", ["Deadly Poison II"] = "Ability_Rogue_DualWeild",