02-07-2015, 02:58 PM
If the offset dont help:
GS: Descriptor.cpp ----> Line 258
//if (packet->version != VERSION_FOR_CLIENT)
//{
// throw MSG_FAIL_WRONG_VERSION;
//}
comment that out.
LS: Descriptor.cpp ----> Line 112
//if (packet->version != VERSION_FOR_CLIENT)
//{
// throw MSG_FAIL_LOGINSERV_WRONG_VERSION;
//}
comment that out
Then rebuild both

