mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
- Vanilla M2 bone struct (108 bytes) with 28-byte animation tracks - Version-aware bone parsing (vanilla vs WotLK format detection) - Fix CharSections.dbc field layout for vanilla (variation/color at 4-5) - Remove broken CharSections.csv files (all fields marked as strings) - Expansion data reload on profile switch (DBC cache clear, layout reload) - Vanilla packet encryption (VanillaCrypt XOR-based header crypt) - Extended character preview geoset range (0-99) for vanilla models - DBC cache clear support in AssetManager
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"id": "turtle",
|
|
"name": "Turtle WoW",
|
|
"shortName": "Turtle",
|
|
"version": { "major": 1, "minor": 18, "patch": 0 },
|
|
"build": 7234,
|
|
"worldBuild": 5875,
|
|
"protocolVersion": 3,
|
|
"os": "OSX",
|
|
"locale": "enGB",
|
|
"maxLevel": 60,
|
|
"races": [1, 2, 3, 4, 5, 6, 7, 8],
|
|
"classes": [1, 2, 3, 4, 5, 7, 8, 9, 11]
|
|
}
|