Skip to content

Commit

Permalink
Update opcode for patch 7.0 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Jul 6, 2024
1 parent fa485b8 commit 492af90
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": 343,
"Opcode": 518,
"Offset": {
"RouletteCode": 16,
"DungeonCode": 20
}
},
{
"Name": "Matched",
"Opcode": 385,
"Opcode": 339,
"Offset": {
"RouletteCode": 2,
"DungeonCode": 28,
Expand All @@ -18,11 +18,11 @@
},
{
"Name": "Canceled",
"Opcode": 418
"Opcode": 789
},
{
"Name": "WaitQueue",
"Opcode": 592,
"Opcode": 158,
"Offset": {
"WaitList": 8,
"WaitTime": 9,
Expand All @@ -36,7 +36,7 @@
},
{
"Name": "PartyUpdate",
"Opcode": 397,
"Opcode": 265,
"Offset": {
"Tank": 12,
"TankMax": 13,
Expand All @@ -50,7 +50,7 @@
},
{
"Name": "Completed",
"Opcode": 656,
"Opcode": 310,
"Offset": {
"DungeonCode": 0
}
Expand Down

0 comments on commit 492af90

Please sign in to comment.