mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Added missing protocol versions & made some style fixes.
This commit is contained in:
@@ -48,18 +48,25 @@ end
|
||||
|
||||
function g_game.getSupportedClients()
|
||||
return {
|
||||
740, 760, 770, 772,
|
||||
740, 741, 750, 760, 770, 772,
|
||||
780, 781, 782, 790, 792,
|
||||
|
||||
800, 810, 811, 840, 842, 850,
|
||||
853, 854, 860, 861, 862, 870,
|
||||
800, 810, 811, 820, 821, 822,
|
||||
830, 831, 840, 842, 850, 853,
|
||||
854, 855, 857, 860, 861, 862,
|
||||
870, 871,
|
||||
|
||||
910, 940, 944, 953, 954, 960, 961,
|
||||
963, 970, 972, 973, 980, 981, 982,
|
||||
983, 984, 985, 986,
|
||||
900, 910, 920, 931, 940, 943,
|
||||
944, 951, 952, 953, 954, 960,
|
||||
961, 963, 970, 971, 972, 973,
|
||||
980, 981, 982, 983, 984, 985,
|
||||
986,
|
||||
|
||||
1001, 1002, 1010, 1020, 1021, 1022, 1031,
|
||||
1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041
|
||||
1000, 1001, 1002, 1010, 1011,
|
||||
1012, 1013, 1020, 1021, 1022,
|
||||
1030, 1031, 1032, 1033, 1034,
|
||||
1035, 1036, 1037, 1038, 1039,
|
||||
1040, 1041
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user