Initial 10.90 support

Basic support, I did not check for further protocol changes yet.
This commit is contained in:
TheSumm
2015-12-08 18:23:56 +01:00
parent ec9dafcfdf
commit 80184a1249
3 changed files with 4 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ CIPSOFT_RSA = "1321277432058722840622950990822933849527763264961655079678763618"
"88792221429527047321331896351555606801473202394175817"
-- set to the latest Tibia.pic signature to make otclient compatible with official tibia
PIC_SIGNATURE = 0x557fe565
PIC_SIGNATURE = 0x5630a70c
OsTypes = {
Linux = 1,

View File

@@ -74,7 +74,7 @@ function g_game.getSupportedClients()
1058, 1059, 1060, 1061, 1062,
1063, 1064, 1070, 1071, 1072,
1073, 1074, 1075, 1076, 1080,
1081, 1082
1081, 1082, 1090
}
end