View Single Post
12-07-20, 01:40 AM   #2
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
In this case, I would try first to add this debug line before "SetText()" at line 7:
Code:
print("index=", index, "offset=", offset, "SpellChatGlobalTable1[offset]=", SpellChatGlobalTable1[offset])
Don't know if it will help.
  Reply With Quote