Skip to content

Commit 2def41e

Browse files
authored
Fix Dismount Animations (#67)
2 parents 66948fb + 65143c8 commit 2def41e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Sanctuary.Gateway/Handlers/MountBasePacket/PacketDismountRequestHandler.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public static bool HandlePacket(GatewayConnection connection)
4646
Animate = false,
4747
Delay = 0,
4848
EffectDelay = 0,
49-
CompositeEffectId = 0,
49+
CompositeEffectId = 46,
50+
Duration = 1000,
5051
}, true);
5152

5253
connection.Player.Mount.Dispose();

0 commit comments

Comments
 (0)