Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions engine/class_modules/apl/apl_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ std::string monk_t::aura_expr_from_spell_id( unsigned int spell_id, bool on_self
{
switch ( spell_id )
{
case 443421: // Heart of the Jade Serpent Strike of the Windlord Cooldown Reduction
return "buff.heart_of_the_jade_serpent_cdr";
case 443616: // Heart of the Jade Serpent Conduit of the Celestial Cooldown Reduction
return "buff.heart_of_the_jade_serpent_cdr_celestial";
case 443616:
return "buff.heart_of_the_jade_serpent_unity_within";
case 1238904:
return "buff.heart_of_the_jade_serpent_yulons_avatar";
}
}

Expand Down
Loading
Loading