View Single Post
04-20-11, 06:15 PM   #3
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Thank you, haste, it works now.

lua Code:
  1. self:SetAttribute("type3", "spell")
  2. self:SetAttribute("spell3", spellName)

at the beginning of Shared worked for all units, not only for those spawned by :Spawn()
  Reply With Quote