Add miss proto (later)

This commit is contained in:
Akbar Yahya 2023-01-28 22:29:15 +08:00
parent 846d5f9c79
commit 7f4f007dcf
2 changed files with 11 additions and 2 deletions

View File

@ -458,6 +458,9 @@
{
"name": "RegionSimpleInfo"
},
{
"name": "ResVersionConfig"
},
{
"name": "AbilityInvocationsNotify"
},
@ -959,6 +962,9 @@
{
"name": "AvatarDataNotify"
},
{
"name": "AvatarRenameInfo"
},
{
"name": "AvatarDieAnimationEndRsp"
},
@ -1883,6 +1889,9 @@
{
"name": "WidgetSlotChangeNotify"
},
{
"name": "WindSeedClientNotify"
},
{
"name": "WorktopOptionNotify"
},

4
op.js
View File

@ -737,9 +737,9 @@ function scan_gc() {
// get_cmdid_json(); // 2. get last cmdid.csv to json
// now we have cmdid_gc.json and cmdid.json
// update_cmdid_gc(); // 3. update gc cmdid (mode by id)
cmdid_to_op(); // 4. update op
// cmdid_to_op(); // 4. update op
// npx prettier --write PacketOpcodes.java
// scan_gc(); // 5. scan gc
scan_gc(); // 5. scan gc
// clean_proto_gen(); // 6. clean proto
//read_cmdid_ht_json();