View Single Post
02-01-09, 11:14 PM   #6
Magicfire
A Kobold Labourer
Join Date: Nov 2008
Posts: 1
To fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua
  Reply With Quote