diff --git a/XivCommon/Functions/Examine.cs b/XivCommon/Functions/Examine.cs index bf8819f..4e77a32 100755 --- a/XivCommon/Functions/Examine.cs +++ b/XivCommon/Functions/Examine.cs @@ -46,7 +46,7 @@ namespace XivCommon.Functions { throw new InvalidOperationException("Could not find signature for Examine function"); } - // NOTES LAST UPDATED: 5.45 + // NOTES LAST UPDATED: 5.55 // offsets and stuff come from the beginning of case 0x2c (around line 621 in IDA) // if 29f8 ever changes, I'd just scan for it in old binary and find what it is in the new binary at the same spot diff --git a/XivCommon/Functions/Tooltips/Tooltips.cs b/XivCommon/Functions/Tooltips/Tooltips.cs index bb28c78..ec9d535 100755 --- a/XivCommon/Functions/Tooltips/Tooltips.cs +++ b/XivCommon/Functions/Tooltips/Tooltips.cs @@ -17,7 +17,7 @@ namespace XivCommon.Functions.Tooltips { internal const string SadSetString = "E8 ?? ?? ?? ?? F6 47 14 08"; } - // Updated: 5.5 + // Updated: 5.55 // E8 ?? ?? ?? ?? EB 68 FF 50 40 private const int AgentActionDetailUpdateFlagOffset = 0x58;