Thread: WOD/Pre-patch
View Single Post
12-03-14, 02:33 AM   #553
atl77
A Chromatic Dragonspawn
Join Date: Oct 2014
Posts: 179
Originally Posted by Ghosthree3 View Post
Getting this when I log in now.
Can you try to replace the line 8733?

Lua Code:
  1. -- before
  2. list:ItemSetButtonTip (cur.ObjText .. (cur.PartyDesc or ""))
  3.  
  4. -- after
  5. list:ItemSetButtonTip ((cur.ObjText or "") .. (cur.PartyDesc or ""))

and tell us if the problem occurs again?