Skip to content

consolidate client version handling

Administrator requested to merge github/fork/Helianthella/version into master

Created by: Helianthella

tmwa

  • add ClientVersion class (wrapped uint32_t)
  • add missing native_tag and network_tag to NativeType
  • add client version to 0x2713 and resize the packet
  • resize client version in 0x2afd to use ClientVersion (uint32_t vs uint16_t)

login server

char server

  • ignore client version sent from client
  • use the client version that is sent from login server
  • pass client version to map server

map server

  • update clif_send to use ClientVersion

Merge request reports