We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb1c35 commit 19f797dCopy full SHA for 19f797d
1 file changed
engine/player/unique_gear_midnight.cpp
@@ -1638,6 +1638,7 @@ void gaze_of_the_alnseer( special_effect_t& effect )
1638
alnsight->item = effect.item;
1639
alnsight->spell_id = alnsight_spell->id();
1640
alnsight->custom_buff = stat;
1641
+ alnsight->cooldown_ = 0_ms; // Seems to ignore the 0.75s ICD in data
1642
effect.player->special_effects.push_back( alnsight );
1643
1644
auto alnsight_cb = new dbc_proc_callback_t( effect.player, *alnsight );
0 commit comments