From d5c1ca9759735f8a95b00535ab87e81755db02d5 Mon Sep 17 00:00:00 2001 From: Ivaria Date: Sat, 7 Nov 2020 14:42:37 -0800 Subject: [PATCH] Fixed displaying 'Spirit Shell' as a default HoT icon option --- VuhDoSpellEstimator.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/VuhDoSpellEstimator.lua b/VuhDoSpellEstimator.lua index 4062e03..cb72c46 100644 --- a/VuhDoSpellEstimator.lua +++ b/VuhDoSpellEstimator.lua @@ -80,6 +80,7 @@ function VUHDO_initFromSpellbook() if "PRIEST" == VUHDO_PLAYER_CLASS then VUHDO_PLAYER_HOTS[#VUHDO_PLAYER_HOTS + 1] = VUHDO_SPELL_ID.ECHO_OF_LIGHT; + VUHDO_PLAYER_HOTS[#VUHDO_PLAYER_HOTS + 1] = VUHDO_SPELL_ID.SPIRIT_SHELL; end if "DRUID" == VUHDO_PLAYER_CLASS then -- GitLab