Update HealBot_Localization.en.lua

Wrong version number in file

Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
Bluewhale1337
2026-06-25 21:35:57 +02:00
committed by GitHub
parent f2c374db8a
commit 31f3f2c099
+27 -27
View File
@@ -1,4 +1,4 @@
HEALBOT_VERSION = "1.1"; HEALBOT_VERSION = "1.2";
------------- -------------
-- ENGLISH -- -- ENGLISH --
@@ -67,10 +67,10 @@ HEALBOT_REJUVENATION = "Rejuvenation";
HEALBOT_PRAYER_OF_HEALING = "Prayer of Healing"; HEALBOT_PRAYER_OF_HEALING = "Prayer of Healing";
HEALBOT_CHAIN_HEAL = "Chain Heal"; HEALBOT_CHAIN_HEAL = "Chain Heal";
HEALBOT_ROCKBITER_WEAPON = "Rockbiter Weapon"; HEALBOT_ROCKBITER_WEAPON = "Rockbiter Weapon";
HEALBOT_FLAMETONGUE_WEAPON = "Flametongue Weapon"; HEALBOT_FLAMETONGUE_WEAPON = "Flametongue Weapon";
HEALBOT_FROSTBRAND_WEAPON = "Frostbrand Weapon"; HEALBOT_FROSTBRAND_WEAPON = "Frostbrand Weapon";
HEALBOT_WINDFURY_WEAPON = "Windfury Weapon"; HEALBOT_WINDFURY_WEAPON = "Windfury Weapon";
HEALBOT_POWER_WORD_FORTITUDE = "Power Word: Fortitude"; HEALBOT_POWER_WORD_FORTITUDE = "Power Word: Fortitude";
HEALBOT_MARK_OF_THE_WILD = "Mark of the Wild"; HEALBOT_MARK_OF_THE_WILD = "Mark of the Wild";
HEALBOT_GIFT_OF_THE_WILD = "Gift of the Wild"; HEALBOT_GIFT_OF_THE_WILD = "Gift of the Wild";
@@ -110,27 +110,27 @@ HEALBOT_DISPEL_MAGIC = "Dispel Magic";
HEALBOT_DISEASE = "Disease"; HEALBOT_DISEASE = "Disease";
HEALBOT_MAGIC = "Magic"; HEALBOT_MAGIC = "Magic";
HEALBOT_CURSE = "Curse"; HEALBOT_CURSE = "Curse";
HEALBOT_POISON = "Poison"; HEALBOT_POISON = "Poison";
HEALBOT_DISEASE_en = "Disease"; -- Do NOT localize this value. HEALBOT_DISEASE_en = "Disease"; -- Do NOT localize this value.
HEALBOT_MAGIC_en = "Magic"; -- Do NOT localize this value. HEALBOT_MAGIC_en = "Magic"; -- Do NOT localize this value.
HEALBOT_CURSE_en = "Curse"; -- Do NOT localize this value. HEALBOT_CURSE_en = "Curse"; -- Do NOT localize this value.
HEALBOT_POISON_en = "Poison"; -- Do NOT localize this value. HEALBOT_POISON_en = "Poison"; -- Do NOT localize this value.
HEALBOT_RANK_1 = " (Rank 1)"; HEALBOT_RANK_1 = " (Rank 1)";
HEALBOT_RANK_2 = " (Rank 2)"; HEALBOT_RANK_2 = " (Rank 2)";
HEALBOT_RANK_3 = " (Rank 3)"; HEALBOT_RANK_3 = " (Rank 3)";
HEALBOT_RANK_4 = " (Rank 4)"; HEALBOT_RANK_4 = " (Rank 4)";
HEALBOT_RANK_5 = " (Rank 5)"; HEALBOT_RANK_5 = " (Rank 5)";
HEALBOT_RANK_6 = " (Rank 6)"; HEALBOT_RANK_6 = " (Rank 6)";
HEALBOT_RANK_7 = " (Rank 7)"; HEALBOT_RANK_7 = " (Rank 7)";
HEALBOT_RANK_8 = " (Rank 8)"; HEALBOT_RANK_8 = " (Rank 8)";
HEALBOT_RANK_9 = " (Rank 9)"; HEALBOT_RANK_9 = " (Rank 9)";
HEALBOT_RANK_10 = " (Rank 10)"; HEALBOT_RANK_10 = " (Rank 10)";
HEALBOT_RANK_11 = " (Rank 11)"; HEALBOT_RANK_11 = " (Rank 11)";
HEALBOT_LIBRARY_INCHEAL = "Increases healing done by spells and effects by up to (%d+)%."; HEALBOT_LIBRARY_INCHEAL = "Increases healing done by spells and effects by up to (%d+)%.";
HEALBOT_LIBRARY_INCDAMHEAL = "Increases damage and healing done by magical spells and effects by up to (%d+)%."; HEALBOT_LIBRARY_INCDAMHEAL = "Increases damage and healing done by magical spells and effects by up to (%d+)%.";
HB_BONUSSCANNER_NAMES = { HB_BONUSSCANNER_NAMES = {
HEAL = "Healing", HEAL = "Healing",
}; };
@@ -167,7 +167,7 @@ HEALBOT_BUFF_FIRST_AID = "Interface\\Icons\\Spell_Holy_Heal";
HEALBOT_BUFF_POWER_WORD_SHIELD = "Interface\\Icons\\Spell_Holy_PowerWordShield"; HEALBOT_BUFF_POWER_WORD_SHIELD = "Interface\\Icons\\Spell_Holy_PowerWordShield";
HEALBOT_BUFF_REJUVENATION = "Interface\\Icons\\Spell_Nature_Rejuvenation"; HEALBOT_BUFF_REJUVENATION = "Interface\\Icons\\Spell_Nature_Rejuvenation";
HEALBOT_BUFF_REGROWTH = "Interface\\Icons\\Spell_Nature_ResistNature"; HEALBOT_BUFF_REGROWTH = "Interface\\Icons\\Spell_Nature_ResistNature";
HEALBOT_BUFF_RENEW = "Interface\\Icons\\Spell_Holy_Renew"; HEALBOT_BUFF_RENEW = "Interface\\Icons\\Spell_Holy_Renew";
HEALBOT_BUFF_FEAR_WARD = "Interface\\Icons\\Spell_Holy_Excorcism"; HEALBOT_BUFF_FEAR_WARD = "Interface\\Icons\\Spell_Holy_Excorcism";
HEALBOT_DEBUFF_WEAKENED_SOUL = "Interface\\Icons\\Spell_Holy_AshesToAshes"; HEALBOT_DEBUFF_WEAKENED_SOUL = "Interface\\Icons\\Spell_Holy_AshesToAshes";
HEALBOT_DEBUFF_RECENTLY_BANDAGED = "Interface\\Icons\\INV_Misc_Bandage_08"; HEALBOT_DEBUFF_RECENTLY_BANDAGED = "Interface\\Icons\\INV_Misc_Bandage_08";