Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. void SpellHit(Unit* /*caster*/, const SpellEntry * spell)
  2. {
  3. if(spell->Id == SPELL_REVIVE)
  4. father->AddAurasDueToSpell(SPELL_REVIVE_EFFECT);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement