mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: CfPop duty offset (#975)
This commit is contained in:
parent
8867133de3
commit
62f2531e18
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ namespace Dalamud.Game.Network.Internal
|
|||
using var reader = new BinaryReader(stream);
|
||||
|
||||
var notifyType = reader.ReadByte();
|
||||
stream.Position += 0x13;
|
||||
stream.Position += 0x1B;
|
||||
var conditionId = reader.ReadUInt16();
|
||||
|
||||
if (notifyType != 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue