ethanmoffat / etheos

[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13 stars 8 forks source link

Welcome/Players Agree and Refresh Reply use constant AddChar(6) when it should be the player's class ID #45

Open ethanmoffat opened 2 years ago

ethanmoffat commented 2 years ago

See map.cpp line 761 - builder.AddChar(6); // ?. This unknown value is actually supposed to be class ID.

https://github.com/ethanmoffat/EndlessClient/pull/156#discussion_r835952881