Skip to content

Commit

Permalink
Update opcode for patch 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Jun 30, 2024
1 parent 95d3dc9 commit fa485b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/data/structures.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"Name": "Started",
"Opcode": 543,
"Opcode": 343,
"Offset": {
"RouletteCode": 16,
"DungeonCode": 20
}
},
{
"Name": "Matched",
"Opcode": 633,
"Opcode": 385,
"Offset": {
"RouletteCode": 2,
"DungeonCode": 28,
Expand All @@ -18,11 +18,11 @@
},
{
"Name": "Canceled",
"Opcode": 900
"Opcode": 418
},
{
"Name": "WaitQueue",
"Opcode": 744,
"Opcode": 592,
"Offset": {
"WaitList": 8,
"WaitTime": 9,
Expand All @@ -36,7 +36,7 @@
},
{
"Name": "PartyUpdate",
"Opcode": 456,
"Opcode": 397,
"Offset": {
"Tank": 12,
"TankMax": 13,
Expand All @@ -50,7 +50,7 @@
},
{
"Name": "Completed",
"Opcode": 406,
"Opcode": 656,
"Offset": {
"DungeonCode": 0
}
Expand Down

0 comments on commit fa485b8

Please sign in to comment.