Skip to content

Commit

Permalink
Merge pull request #578 from HolterPhylo/UpdateFor12964151
Browse files Browse the repository at this point in the history
[MRG] Update for 12964151
  • Loading branch information
monkeyman192 authored Dec 14, 2023
2 parents 43b137c + 9aeb8e1 commit 3625342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libMBIN/Source/NMS/Globals/GcCharacterGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.Globals
{
[NMS(GUID = 0x3CD469333A37CDED, NameHash = 0x9904F7D363A81377)]
[NMS(GUID = 0x790A4A578F2ABC82, NameHash = 0x9904F7D363A81377)]
public class GcCharacterGlobals : NMSTemplate
{
/* 0x000 */ public float HoldWeaponAsPropXRotationDegrees;
Expand Down Expand Up @@ -181,5 +181,6 @@ public class GcCharacterGlobals : NMSTemplate
/* 0x3A4 */ public float NPCDisplayThoughtsRefreshInterval;
/* 0x3A8 */ public float NPCDisplayThoughtsProbability;
/* 0x3AC */ public float NPCPOISelectionNearbyNPCBaseMultiplier;
/* 0x3B0 */ public float NPCHackMoveUpToStopFallingThoughFloor;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "4.46.0.2";
internal const string VERSION_STRING = "4.47.0.1";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down

0 comments on commit 3625342

Please sign in to comment.