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:
parent
cdfebce9f7
commit
9c9a1e8086
1 changed files with 4 additions and 4 deletions
|
@ -164,22 +164,22 @@
|
|||
"ClientZoneIpcType": [
|
||||
{
|
||||
"name": "InitRequest",
|
||||
"opcode": 959,
|
||||
"opcode": 722,
|
||||
"size": 120
|
||||
},
|
||||
{
|
||||
"name": "FinishLoading",
|
||||
"opcode": 912,
|
||||
"opcode": 592,
|
||||
"size": 72
|
||||
},
|
||||
{
|
||||
"name": "Unk1",
|
||||
"opcode": 387,
|
||||
"opcode": 428,
|
||||
"size": 32
|
||||
},
|
||||
{
|
||||
"name": "Unk2",
|
||||
"opcode": 935,
|
||||
"opcode": 230,
|
||||
"size": 16
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue