Hello, for 20200401 clients, is it safe to use 800 as max storage ?
Ive tried recompile myself and theres no issue issue about it but seems like i heard it will cause issue for 2020 clients.
Anyone can clarify this issue ?
Additional Info :
I tried max storage = 800 ; no error/warnings.
I tried max storage = 818 ; no error/warnings.
I tried max storage = 819; error as below :
rathena\src\char\int_storage.cpp(204,45): warning C4305: '=': truncation from 'unsigned int' to 'uint16'
rathena\src\char\int_storage.cpp(204,42): warning C4309: '=': truncation of constant value
rathena\src\char\int_storage.cpp(472,45): warning C4305: 'initializing': truncation from 'unsigned int' to 'uint16'
rathena\src\char\int_storage.cpp(472,41): warning C4309: 'initializing': truncation of constant value