From c290bd0295f7178c5c5e3c9b65a0297a5942107e Mon Sep 17 00:00:00 2001 From: HolterPhylo Date: Tue, 21 Apr 2026 17:42:48 -0400 Subject: [PATCH] Update for 22871296 --- .../GcMissionConditionIsFirstPurpleSystemLocal.cs | 4 +--- libMBIN/Source/Version.cs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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;