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": "RegionSimpleInfo"
}, },
{
"name": "ResVersionConfig"
},
{ {
"name": "AbilityInvocationsNotify" "name": "AbilityInvocationsNotify"
}, },
@ -959,6 +962,9 @@
{ {
"name": "AvatarDataNotify" "name": "AvatarDataNotify"
}, },
{
"name": "AvatarRenameInfo"
},
{ {
"name": "AvatarDieAnimationEndRsp" "name": "AvatarDieAnimationEndRsp"
}, },
@ -1883,6 +1889,9 @@
{ {
"name": "WidgetSlotChangeNotify" "name": "WidgetSlotChangeNotify"
}, },
{
"name": "WindSeedClientNotify"
},
{ {
"name": "WorktopOptionNotify" "name": "WorktopOptionNotify"
}, },

4
op.js
View File

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