View Single Post
11-21-08, 10:20 AM   #94
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
Originally Posted by p3lim View Post
There must be some event that fires when you enter a vehicle.
Register that and hook it to the rest any of the events that will cause a 'global' update (as haste mentioned, PEW is one of them)
the only event that I can think off is UNIT_PET since that fires when a unit's pet changes, (and a vericles are shows as pets)

Code:
RegisterEvent('UNIT_PET')
So wen using UNIT_PET how would I get this to refresh the pet unitframe