ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
54 stars 21 forks source link

Fix trade packet overflow using /trade cmd. #184

Closed stevewgr closed 1 year ago

stevewgr commented 1 year ago

Description

This PR fixes a crash when using the /trade command. The size of the buffer was too small to fill all the data, which caused the client to crash.