Skip to content

Commit

Permalink
Update opcode for patch 7.16 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Feb 3, 2025
1 parent d36c5ce commit a51d82a
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": 229,
"Opcode": 515,
"Offset": {
"RouletteCode": 16,
"DungeonCode": 20
}
},
{
"Name": "Matched",
"Opcode": 637,
"Opcode": 765,
"Offset": {
"RouletteCode": 2,
"DungeonCode": 28,
Expand All @@ -18,11 +18,11 @@
},
{
"Name": "Canceled",
"Opcode": 863
"Opcode": 267
},
{
"Name": "WaitQueue",
"Opcode": 676,
"Opcode": 766,
"Offset": {
"WaitList": 8,
"WaitTime": 9,
Expand All @@ -36,7 +36,7 @@
},
{
"Name": "PartyUpdate",
"Opcode": 996,
"Opcode": 683,
"Offset": {
"Tank": 12,
"TankMax": 13,
Expand All @@ -50,7 +50,7 @@
},
{
"Name": "Completed",
"Opcode": 680,
"Opcode": 548,
"Offset": {
"DungeonCode": 0
}
Expand Down

0 comments on commit a51d82a

Please sign in to comment.