Skip to content

Commit 19f797d

Browse files
committed
[Gear] Gaze of the Alnseer, Alnsight ignores its 0.75s icd
1 parent 5cb1c35 commit 19f797d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/player/unique_gear_midnight.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,7 @@ void gaze_of_the_alnseer( special_effect_t& effect )
16381638
alnsight->item = effect.item;
16391639
alnsight->spell_id = alnsight_spell->id();
16401640
alnsight->custom_buff = stat;
1641+
alnsight->cooldown_ = 0_ms; // Seems to ignore the 0.75s ICD in data
16411642
effect.player->special_effects.push_back( alnsight );
16421643

16431644
auto alnsight_cb = new dbc_proc_callback_t( effect.player, *alnsight );

0 commit comments

Comments
 (0)