ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Reimplement NPC_JUNK and fix map warping #196

Closed ethanmoffat closed 2 years ago

ethanmoffat commented 2 years ago

Previous PR introduced a bug where undownloaded map downloads were not being handled by the out of band queue anymore, resulting in the warp failing. This change adds a handler to move the warp file download to an in-game init packet handler.

NPC_JUNK change related to #71