View Single Post
09-28-12, 08:21 AM   #5
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Just register oUF's AltPowerBar element for the pet frame too. You could test this with http://www.wowhead.com/quest=28733/basic-botany too, as it is more accessible.

When the player is in a vehicle, the pet frame holds the player unit:
For the pet frame then: self.unit = "player", self.realUnit = "pet"
For the player frame: self.unit = "vehicle", self.realUnit = "player"

Last edited by Rainrider : 09-28-12 at 09:39 AM. Reason: not vehicle but a pet
  Reply With Quote