Results: 1Comments by: Terraan
File: GathererDB WoWHead10-23-10
To fix mine I just did the followin...
Posted By: Terraan
To fix mine I just did the following: Open DB_WowheadMain.lua It's at about line 105. Find: if not coroutine.resume(co) then this:Hide() end end) And change to: if not coroutine.resume(co) then updateFrame:Hide() end end) Then it worked fine for me.