Use SRP auth protocol v8 for classic/tbc/turtle servers

This commit is contained in:
Kelsi 2026-02-13 00:45:56 -08:00
parent 7e5fc0ed51
commit 58ad69d939
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"shortName": "Classic", "shortName": "Classic",
"version": { "major": 1, "minor": 12, "patch": 1 }, "version": { "major": 1, "minor": 12, "patch": 1 },
"build": 5875, "build": 5875,
"protocolVersion": 3, "protocolVersion": 8,
"maxLevel": 60, "maxLevel": 60,
"races": [1, 2, 3, 4, 5, 6, 7, 8], "races": [1, 2, 3, 4, 5, 6, 7, 8],
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11] "classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]

View file

@ -4,7 +4,7 @@
"shortName": "TBC", "shortName": "TBC",
"version": { "major": 2, "minor": 4, "patch": 3 }, "version": { "major": 2, "minor": 4, "patch": 3 },
"build": 8606, "build": 8606,
"protocolVersion": 5, "protocolVersion": 8,
"maxLevel": 70, "maxLevel": 70,
"races": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11], "races": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11],
"classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11] "classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11]

View file

@ -4,7 +4,7 @@
"shortName": "Turtle", "shortName": "Turtle",
"version": { "major": 1, "minor": 12, "patch": 1 }, "version": { "major": 1, "minor": 12, "patch": 1 },
"build": 5875, "build": 5875,
"protocolVersion": 3, "protocolVersion": 8,
"maxLevel": 60, "maxLevel": 60,
"races": [1, 2, 3, 4, 5, 6, 7, 8], "races": [1, 2, 3, 4, 5, 6, 7, 8],
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11] "classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]