Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (caster->HasAura(90067) && _stackAmount > 2)
- {
- caster->RemoveAura(90068);
- caster->RemoveAura(90067);
- uint32 spellId[3] = {90069,90070,90071};
- uint8 spellcheck = urand(0,2);
- caster->CastSpell(GetExplTargetUnit(), spellId[spellcheck], false);
- }
Advertisement
Add Comment
Please, Sign In to add comment