mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-20 19:35:18 +00:00
modifying packet for previously unhandled fields (all)
This commit is contained in:
parent
c392b1c500
commit
aee720ae84
3 changed files with 15 additions and 7 deletions
|
|
@ -206,7 +206,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
true, //Force dome active
|
||||
16, //Tech plant lattice benefit
|
||||
0,
|
||||
0, //!! Field > 0 will cause malformed packet. See class def.
|
||||
Nil, //!! Field > 0 will cause malformed packet. See class def.
|
||||
0,
|
||||
false,
|
||||
8, //!! Field != 8 will cause malformed packet. See class def.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue