diff --git a/libMBIN/Source/NMS/GameComponents/GcMissionConditionIsFirstPurpleSystemLocal.cs b/libMBIN/Source/NMS/GameComponents/GcMissionConditionIsFirstPurpleSystemLocal.cs index c8ef6c6df..a5e830850 100644 --- a/libMBIN/Source/NMS/GameComponents/GcMissionConditionIsFirstPurpleSystemLocal.cs +++ b/libMBIN/Source/NMS/GameComponents/GcMissionConditionIsFirstPurpleSystemLocal.cs @@ -1,9 +1,7 @@ namespace libMBIN.NMS.GameComponents { - [NMS(GUID = 0xDDA58719E99BEABB, NameHash = 0xA96B440A)] + [NMS(GUID = 0x21D278FA51E1649E, NameHash = 0xA96B440A)] public class GcMissionConditionIsFirstPurpleSystemLocal : NMSTemplate { - [NMS(Index = 0)] - /* 0x0 */ public VariableSizeString DifferentGalaxyTeleporterMessage; } } diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 5e8526094..78fe8296c 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "6.34.0.2"; + internal const string VERSION_STRING = "6.34.0.3"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;