Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
57 stars 45 forks source link

Fix PacketDeath to pass the corpse type to the client #1121

Closed DavideRei closed 11 months ago

DavideRei commented 11 months ago

fFrontFall is the type of the corpse create by Sphere, it wasn't written on PacketDeath so the client didn't know what death animation to use. On ClassicUO sometimes the death animation didn't match the corpse type, with this change it's fixed.