View Single Post
12-22-14, 12:46 AM   #21
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Originally Posted by Resike View Post
I have no issues with that, so it's probably caused by another addon, mostly map addons could cause this.
I wasted so much time on finding a work around for that and it was my cheap hack to get quest levels shown in the quest log.
Code:
local oldEnv = getfenv(QuestLogQuests_Update)
setfenv(QuestLogQuests_Update, setmetatable({ ENABLE_COLORBLIND_MODE = '1' }, { __index = oldEnv }))
  Reply With Quote