View Single Post
08-17-19, 09:59 PM   #2
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Yes

Set the "toggleForVehicle" attribute to false on your pet and player frames.

Lua Code:
  1. YourPlayerFrame:SetAttribute('toggleForVehicle', false)
  2. YourPetFrame:SetAttribute('toggleForVehicle', false)
__________________
  Reply With Quote