From 9c4eed673f956f8359daee932b25d49c1e49eaf8 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Wed, 17 Aug 2022 14:10:24 +0200 Subject: [PATCH] add Bladestorm and fix Berserking --- Constants_Wrath.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Constants_Wrath.lua b/Constants_Wrath.lua index ea3893a..3fca03b 100644 --- a/Constants_Wrath.lua +++ b/Constants_Wrath.lua @@ -91,7 +91,7 @@ local specBuffs = { -- DRUID [GetSpellInfo(24932)] = L["Feral"], -- Leader of the Pack [GetSpellInfo(16975)] = L["Feral"], -- Predatory Strikes - [GetSpellInfo(50334) .. "Feral"] = L["Feral"], -- Berserk + [GetSpellInfo(50334) .. " Feral"] = L["Feral"], -- Berserk [GetSpellInfo(24907)] = L["Balance"], -- Moonkin Aura [GetSpellInfo(24858)] = L["Balance"], -- Moonkin Form [GetSpellInfo(48504)] = L["Restoration"], -- Living Seed @@ -176,7 +176,7 @@ local specSpells = { [GetSpellInfo(24858)] = L["Balance"], -- Moonkin Form [GetSpellInfo(48566)] = L["Feral"], -- Mangle (Cat) [GetSpellInfo(48564)] = L["Feral"], -- Mangle (Bear) - [GetSpellInfo(50334) .. "Feral"] = L["Feral"], -- Berserk + [GetSpellInfo(50334) .. " Feral"] = L["Feral"], -- Berserk [GetSpellInfo(18562)] = L["Restoration"], -- Swiftmend [GetSpellInfo(17116)] = L["Restoration"], -- Nature's Swiftness [GetSpellInfo(33891)] = L["Restoration"], -- Tree of Life @@ -615,11 +615,16 @@ local importantAuras = { priority = 9, spellID = 6346, }, - [GetSpellInfo(50334) .. "Feral"] = {-- Berserk + [GetSpellInfo(50334) .. " Feral"] = {-- Berserk track = AURA_TYPE_BUFF, priority = 20, spellID = 50334, }, + [GetSpellInfo(46924)] = { -- Bladestorm + track = AURA_TYPE_BUFF, + priority = 20, + spellID = 46924, + }, --- Turtling abilities [GetSpellInfo(871)] = { -- Shield Wall