1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-02 11:07:45 +00:00

Fix more 7.21 opcodes

This now gets you into the World server, but your player character
doesn't spawn yet.
This commit is contained in:
Joshua Goins 2025-04-23 16:30:37 -04:00
parent cdfebce9f7
commit 9c9a1e8086

View file

@ -164,22 +164,22 @@
"ClientZoneIpcType": [ "ClientZoneIpcType": [
{ {
"name": "InitRequest", "name": "InitRequest",
"opcode": 959, "opcode": 722,
"size": 120 "size": 120
}, },
{ {
"name": "FinishLoading", "name": "FinishLoading",
"opcode": 912, "opcode": 592,
"size": 72 "size": 72
}, },
{ {
"name": "Unk1", "name": "Unk1",
"opcode": 387, "opcode": 428,
"size": 32 "size": 32
}, },
{ {
"name": "Unk2", "name": "Unk2",
"opcode": 935, "opcode": 230,
"size": 16 "size": 16
}, },
{ {