fix: CfPop duty offset (#975)

This commit is contained in:
Aireil 2022-08-24 21:37:42 +02:00 committed by GitHub
parent 8867133de3
commit 62f2531e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)