mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
feat: add Enlighten spell support and update localization files
This commit is contained in:
@@ -129,6 +129,7 @@ function HealBot_OnEvent_UnitAura(this, unit)
|
||||
["Interface\\Icons\\Spell_Holy_PowerWordShield"] = true,
|
||||
["Interface\\Icons\\Spell_Holy_SealOfProtection"] = true,
|
||||
["Interface\\Icons\\Spell_Holy_Excorcism"] = true,
|
||||
["Interface\\Icons\\btnholyscriptures"] = true,
|
||||
}
|
||||
|
||||
local i = 1;
|
||||
|
||||
@@ -514,6 +514,7 @@ HealBot_Buff_Spells = {
|
||||
HEALBOT_PRAYER_OF_SHADOW_PROTECTION,
|
||||
HEALBOT_INNER_FIRE,
|
||||
HEALBOT_FEAR_WARD,
|
||||
HEALBOT_ENLIGHTEN,
|
||||
},
|
||||
[HEALBOT_MAGE] = {
|
||||
HEALBOT_ARCANE_INTELLECT,
|
||||
|
||||
@@ -70,6 +70,9 @@ HEALBOT_LESSER_HEAL = "Geringes Heilen";
|
||||
HEALBOT_LESSER_HEALING_WAVE = "Geringe Welle der Heilung";
|
||||
HEALBOT_MEND_PET = "Tier Heilen";
|
||||
HEALBOT_POWER_WORD_SHIELD = "Machtwort: Schild";
|
||||
HEALBOT_INNER_FIRE = "Inneres Feuer";
|
||||
HEALBOT_FEAR_WARD = "Furchtzauberschutz";
|
||||
HEALBOT_ENLIGHTEN = "Enlighten";
|
||||
HEALBOT_REGROWTH = "Nachwachsen";
|
||||
HEALBOT_RENEW = "Erneuerung";
|
||||
HEALBOT_REJUVENATION = "Verj\195\188ngung";
|
||||
|
||||
@@ -93,6 +93,7 @@ HEALBOT_THORNS = "Thorns";
|
||||
HEALBOT_OMEN_OF_CLARITY = "Omen of Clarity";
|
||||
HEALBOT_INNER_FIRE = "Inner Fire";
|
||||
HEALBOT_FEAR_WARD = "Fear Ward";
|
||||
HEALBOT_ENLIGHTEN = "Enlighten";
|
||||
|
||||
HEALBOT_RESURRECTION = "Resurrection";
|
||||
HEALBOT_REDEMPTION = "Redemption";
|
||||
|
||||
@@ -61,6 +61,9 @@ HEALBOT_FLASH_HEAL = "Soins rapides";
|
||||
HEALBOT_FLASH_OF_LIGHT = "Eclair lumineux";
|
||||
HEALBOT_HOLY_SHOCK = "Holy Shock";
|
||||
HEALBOT_GREATER_HEAL = "Soins sup\195\169rieurs";
|
||||
HEALBOT_INNER_FIRE = "Feu int\195\169rieur";
|
||||
HEALBOT_FEAR_WARD = "Gardien de peur";
|
||||
HEALBOT_ENLIGHTEN = "Enlighten";
|
||||
HEALBOT_HEALING_TOUCH = "Toucher gu\195\169risseur";
|
||||
HEALBOT_HEAL = "Soins";
|
||||
HEALBOT_HEALING_WAVE = "Vague de soins";
|
||||
|
||||
@@ -61,6 +61,9 @@ HEALBOT_PRAYER_OF_HEALING = "치유의 기원";
|
||||
HEALBOT_CHAIN_HEAL = "연쇄 치유";
|
||||
|
||||
HEALBOT_POWER_WORD_FORTITUDE = "신의 권능: 인내";
|
||||
HEALBOT_INNER_FIRE = "내면의 열정";
|
||||
HEALBOT_FEAR_WARD = "공포의 결계";
|
||||
HEALBOT_ENLIGHTEN = "Enlighten";
|
||||
HEALBOT_MARK_OF_THE_WILD = "야생의 징표";
|
||||
HEALBOT_GREATER_BLESSING_OF_SALVATION = "상급 구원의 축복";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user