fix: Fixes expansion flags for animations (#1009)
This commit is contained in:
parent
d1a3c9b0c7
commit
8f1240d25e
4 changed files with 29 additions and 80 deletions
|
|
@ -160,6 +160,11 @@ public static class OutgoingAccountPackets
|
|||
}
|
||||
}
|
||||
|
||||
if (ExpansionInfo.ForceOldAnimations)
|
||||
{
|
||||
flags &= ~FeatureFlags.LBR;
|
||||
}
|
||||
|
||||
var length = ns.ExtendedSupportedFeatures ? 5 : 3;
|
||||
var writer = new SpanWriter(stackalloc byte[length]);
|
||||
writer.Write((byte)0xB9); // Packet ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue