Guest User

DoT Fix

a guest
Dec 6th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1.     if (caster && caster->IsClient() && IsDetrimentalSpell(spell_id) && effect_value < 0) {
  2.         if (!caster->CastToClient()->GetFeigned())
  3.             AddToHateList(caster, -effect_value);
  4.  
  5.         effect_value = caster->CastToClient()->GetActDoTDamage(spell_id, effect_value, this);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment