View Single Post
09-20-15, 11:49 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
That error shouldn't be possible, is this on the live version of the game?

Regardless, just add "if c then ... end" around both of your SetVertexColor lines, and put "local" in front of "c = RAID_CLASS_COLORS" because there's no reason for that to be global.
  Reply With Quote