Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void execute() override
- {
- affliction_spell_t::execute();
- if ( p()->dbc.ptr && p()->azerite.pandemic_invocation.ok() && td( execute_state->target )->dots_corruption->is_ticking() && td( execute_state->target )->dots_corruption->remains() <= timespan_t::from_millis( 5000 ) )
- {
- p()->active.pandemic_invocation->schedule_execute();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment