View Single Post
03-31-14, 04:43 PM   #35
Clamsoda
A Frostmaul Preserver
Join Date: Nov 2011
Posts: 269
I suspect the issue is that you are iterating over every possible party unitframe, even when no unit has been assigned to it. If there is no unit, there is no name token to pass into strsplit.

What I suspect you need to do is listen to GROUP_ROSTER_UPDATE and iterate over the party frames that actually have assigned units.

That is the only thing I can think of looking over your code.

Hopefully someone else will take a look and offer some insight.
  Reply With Quote