Boberski
Initiate
Howdy,
after update for newest commit form git I get script compilation error like so:
Scripts: Compiling C# scripts...Failed with: 5 errors, 0 warnings
Errors:
+ Items/Books/SpecialScrollBooks/BaseSpecialScrollBook.cs:
CS0246: Line 125: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 128: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/PowerScrollBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/ScrollOfAlacrityBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/ScrollOfTranscendenceBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/SpecialScrollBookGump.cs:
CS0246: Line 15: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
Scripts: One or more scripts failed to compile or no script files were found.
Is there an easy way to fix it?
after update for newest commit form git I get script compilation error like so:
Scripts: Compiling C# scripts...Failed with: 5 errors, 0 warnings
Errors:
+ Items/Books/SpecialScrollBooks/BaseSpecialScrollBook.cs:
CS0246: Line 125: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 128: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/PowerScrollBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/ScrollOfAlacrityBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/ScrollOfTranscendenceBook.cs:
CS0246: Line 45: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
CS0246: Line 48: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
+ Items/Books/SpecialScrollBooks/SpecialScrollBookGump.cs:
CS0246: Line 15: The type or namespace name `SkillCategory' could not be found. Are you missing an assembly reference?
Scripts: One or more scripts failed to compile or no script files were found.
Is there an easy way to fix it?