Skip to content

Commit bee54aa

Browse files
committed
[Balance] fix sequence display for eclipse proxy action with lunar calling
1 parent 4b5cd74 commit bee54aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

engine/class_modules/sc_druid.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7228,7 +7228,9 @@ struct solar_eclipse_t final : public eclipse_base_t
72287228

72297229
struct eclipse_t final : public eclipse_base_t
72307230
{
7231-
DRUID_ABILITY( eclipse_t, eclipse_base_t, "eclipse", p->find_spell( 1233346 ) ) {}
7231+
DRUID_ABILITY( eclipse_t, eclipse_base_t, "eclipse",
7232+
p->find_spell( p->talent.lunar_calling.ok() ? 1233272 : 1233346 ) )
7233+
{}
72327234

72337235
buff_t* get_eclipse_buff( bool flip ) const override
72347236
{

0 commit comments

Comments
 (0)