Skip to content

Commit 8754aaa

Browse files
authored
[monk] Zenith (#10729)
* [monk] Zenith, Martial Agility, Drinking Horn Cover, Spiritual Focus, Weapon of Wind, Efficient Training. * [monk] Zenith Stomp. * [monk] Heart of the Jade Serpent, Yu'lon's Avatar, Flowing Wisdom, Unity Within. * [sim] Option to disable all remote scripts. * [monk] Obsidian Spiral * [monk] Remove duplicate resource gain.
1 parent 3a2f7e1 commit 8754aaa

File tree

6 files changed

+123
-95
lines changed

6 files changed

+123
-95
lines changed

engine/class_modules/apl/apl_monk.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ std::string monk_t::aura_expr_from_spell_id( unsigned int spell_id, bool on_self
212212
{
213213
switch ( spell_id )
214214
{
215-
case 443421: // Heart of the Jade Serpent Strike of the Windlord Cooldown Reduction
216-
return "buff.heart_of_the_jade_serpent_cdr";
217-
case 443616: // Heart of the Jade Serpent Conduit of the Celestial Cooldown Reduction
218-
return "buff.heart_of_the_jade_serpent_cdr_celestial";
215+
case 443616:
216+
return "buff.heart_of_the_jade_serpent_unity_within";
217+
case 1238904:
218+
return "buff.heart_of_the_jade_serpent_yulons_avatar";
219219
}
220220
}
221221

0 commit comments

Comments
 (0)