tjc12821

Untitled

Nov 20th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.39 KB | None | 0 0
  1.       void execute() override
  2.       {
  3.         affliction_spell_t::execute();
  4.  
  5.         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 ) )
  6.         {
  7.           p()->active.pandemic_invocation->schedule_execute();
  8.         }
  9.       }
Advertisement
Add Comment
Please, Sign In to add comment