View Single Post
12-13-06, 10:28 AM   #1
Devla
A Cobalt Mageweaver
 
Devla's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2005
Posts: 206
Bongos fix for BC 2.0.3

Fix for Bongos:

Change line 40 of \Bongos_ActionBar\core\button.lua:

from:
CreateFrame("Model", name .. "Cooldown", button, "CooldownFrameTemplate")
to:
CreateFrame("Cooldown", name .. "Cooldown", button, "CooldownFrameTemplate")
Tested and works

For the lazy, see attached file

Enjoy
Attached Files
File Type: zip button.zip (1.1 KB, 752 views)
__________________
RETIRED Author
  Reply With Quote