View Single Post
12-27-08, 10:26 AM   #175
Kellen
A Deviate Faerie Dragon
Join Date: Mar 2008
Posts: 18
How do you hook using the new event structure? I suck pretty hard at this and was using the following in 1.2.1:

Code:
local orig_RAID_TARGET_UPDATE = self.RAID_TARGET_UPDATE
self.RAID_TARGET_UPDATE = function (self, event)
  orig_RAID_TARGET_UPDATE(self, event)
  PositionRaidIcon(self)
end