diff --git a/nif.xml b/nif.xml
index 009b19ee271272db7fc9ba239d602e1f057f5e69..1f0fe5febf74ab168a7a60a19311cc447008ad37 100644
--- a/nif.xml
+++ b/nif.xml
@@ -1057,7 +1057,7 @@
 
     <enum name="EffectShaderControlledColor" storage="uint">
         An unsigned 32-bit integer, describing which color in BSEffectShaderProperty to animate.
-        <option value="0" name="Emissive Color">Emissive Color.</option>
+        <option value="0" name="ECSC_Emissive Color">Emissive Color.</option>
     </enum>
 
     <enum name="LightingShaderControlledVariable" storage="uint">
@@ -1076,8 +1076,8 @@
 
     <enum name="LightingShaderControlledColor" storage="uint">
         An unsigned 32-bit integer, describing which color in BSLightingShaderProperty to animate.
-        <option value="0" name="Specular Color">Specular Color.</option>
-        <option value="1" name="Emissive Color">Emissive Color.</option>
+        <option value="0" name="LSCC_Specular Color">Specular Color.</option>
+        <option value="1" name="LSCC_Emissive Color">Emissive Color.</option>
     </enum>
 
     <enum name="hkConstraintType" storage="uint">