Guest User

Untitled

a guest
Jan 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if event == "COMBAT_LOG_EVENT_UNFILTERED" then
  2. if eventType == "SPELL_AURA_APPLIED" or eventType == "SPELL_AURA_APPLIED_DOSE" then
  3. if dstName == UnitName("player") and spellID == MaelstromSpellId then
  4. MaestroOnEvent(event, unit);
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment