Commit c953465f authored by Ivaria's avatar Ivaria
Browse files

Added spell 'Essence Font' to Mistweaver Monk default HoTs

parent f457d976
......@@ -375,6 +375,7 @@ VUHDO_HEALING_HOTS = {
[VUHDO_SPELL_ID.SOOTHING_MIST] = true,
[VUHDO_SPELL_ID.ENVELOPING_MIST] = true,
[VUHDO_SPELL_ID.RENEWING_MIST] = true,
[VUHDO_SPELL_ID.ESSENCE_FONT] = true,
};
......
......@@ -125,6 +125,7 @@ VUHDO_SPELL_ID.CHI_WAVE = VUHDO_getSpellInfo(115098);
VUHDO_SPELL_ID.LIFE_COCOON = VUHDO_getSpellInfo(116849);
VUHDO_SPELL_ID.ANCIENT_MISTWEAVER_ARTS = VUHDO_getSpellInfo(209520);
VUHDO_SPELL_ID.SOOTHING_MIST_HONOR_TALENT = VUHDO_getSpellInfo(209525);
VUHDO_SPELL_ID.ESSENCE_FONT = VUHDO_getSpellInfo(191840);
-- 3000 MASTERY (=>BOM)
......
......@@ -57,6 +57,7 @@ VUHDO_SPELLS = {
[VUHDO_SPELL_ID.ENVELOPING_MIST] = {["isHot"] = true },
[VUHDO_SPELL_ID.RENEWING_MIST] = { ["isHot"] = true },
[VUHDO_SPELL_ID.ZEN_SPHERE] = { ["isHot"] = true },
[VUHDO_SPELL_ID.ESSENCE_FONT] = { ["isHot"] = true },
-- Mage
[VUHDO_SPELL_ID.ICE_BARRIER] = { ["isHot"] = true },
......
......@@ -23,6 +23,7 @@ Bugfixes:
Improvements:
-- Added additional default custom debuffs for ToV raid encounters
-- Map Monk 'Ancient Mistweaver Arts' to 'Soothing Mist(Honor Talent)'
-- Added spell 'Essence Font' to Mistweaver Monk default HoTs
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment