This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm getting errors with the voicecom indicator (not quite sure why since I thought I didn't use it, oh well must have inherited some default from somewhere).
Anyway seems like it's still using the old db settings. I think this might be the fix, or part of the fix:
Index: modules/StatusVoiceComm.lua===================================================================--- modules/StatusVoiceComm.lua (revision 364)+++ modules/StatusVoiceComm.lua (working copy)@@ -32,7 +32,7 @@ end function Voice:GetColor(unit)- local color = self.db.profile.color1+ local color = self.dbx.color1 return color.r, color.g, color.b, color.a end
To post a comment, please login or register a new account.