View Single Post
12-15-05, 03:24 PM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Well this is a better solution than an OnUpdate, but it's probably not the best:

oldMyMod_PetFrame_Update = PetFrame_Update
PetFrame_Update = function() oldMyMod_PetFrame_Update() PetFrame:Hide() end

I'm not sure what's involved in the pet frame but the above method will hide it every time it shows the frame.
  Reply With Quote