I need to change a line in a LUA file, but this file is different in Vanilla and G&K, so I can't just change the line and overwrite the entire file because only vanilla works then 
So do anyone know how I change this line:
to:
I just want to remove that textColor, so my mod works independently of expansion or not.

So do anyone know how I change this line:
Code:
controls.StatusIcon:SetColor( textColor );
Code:
controls.StatusIcon:SetColor();
I just want to remove that textColor, so my mod works independently of expansion or not.