From 492af90bafbb9bcdb1f0bb6c1da707b8094419f1 Mon Sep 17 00:00:00 2001 From: qitana <53415856+qitana@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:04:39 +0900 Subject: [PATCH] Update opcode for patch 7.0 hotfix --- docs/data/structures.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data/structures.json b/docs/data/structures.json index 19a661e..c63ce60 100644 --- a/docs/data/structures.json +++ b/docs/data/structures.json @@ -1,7 +1,7 @@ [ { "Name": "Started", - "Opcode": 343, + "Opcode": 518, "Offset": { "RouletteCode": 16, "DungeonCode": 20 @@ -9,7 +9,7 @@ }, { "Name": "Matched", - "Opcode": 385, + "Opcode": 339, "Offset": { "RouletteCode": 2, "DungeonCode": 28, @@ -18,11 +18,11 @@ }, { "Name": "Canceled", - "Opcode": 418 + "Opcode": 789 }, { "Name": "WaitQueue", - "Opcode": 592, + "Opcode": 158, "Offset": { "WaitList": 8, "WaitTime": 9, @@ -36,7 +36,7 @@ }, { "Name": "PartyUpdate", - "Opcode": 397, + "Opcode": 265, "Offset": { "Tank": 12, "TankMax": 13, @@ -50,7 +50,7 @@ }, { "Name": "Completed", - "Opcode": 656, + "Opcode": 310, "Offset": { "DungeonCode": 0 }