mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Use SRP auth protocol v8 for classic/tbc/turtle servers
This commit is contained in:
parent
7e5fc0ed51
commit
58ad69d939
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"shortName": "Classic",
|
||||
"version": { "major": 1, "minor": 12, "patch": 1 },
|
||||
"build": 5875,
|
||||
"protocolVersion": 3,
|
||||
"protocolVersion": 8,
|
||||
"maxLevel": 60,
|
||||
"races": [1, 2, 3, 4, 5, 6, 7, 8],
|
||||
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"shortName": "TBC",
|
||||
"version": { "major": 2, "minor": 4, "patch": 3 },
|
||||
"build": 8606,
|
||||
"protocolVersion": 5,
|
||||
"protocolVersion": 8,
|
||||
"maxLevel": 70,
|
||||
"races": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11],
|
||||
"classes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"shortName": "Turtle",
|
||||
"version": { "major": 1, "minor": 12, "patch": 1 },
|
||||
"build": 5875,
|
||||
"protocolVersion": 3,
|
||||
"protocolVersion": 8,
|
||||
"maxLevel": 60,
|
||||
"races": [1, 2, 3, 4, 5, 6, 7, 8],
|
||||
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue