tjc12821

Untitled

Aug 8th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1.   if ( specialization() == WARLOCK_AFFLICTION && ( dbc::is_school( SCHOOL_SHADOW, school ) ) )
  2.   {
  3.       m *= 1.0 + artifact.crystaline_shadows.percent();
  4.       m *= 1.0 + artifact.shadowy_incantations.percent();
  5.   }
  6.  
  7.   if ( buffs.deadwind_harvester -> check() && ( dbc::is_school( SCHOOL_SHADOW, school ) ) )
  8.   {
  9.     m *= 1.0 + artifact.crystaline_shadows.percent();
  10.     m *= 1.0 + artifact.shadowy_incantations.percent();
  11.   }
Advertisement
Add Comment
Please, Sign In to add comment