mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-20 11:25:18 +00:00
Packet: BindPlayerMessage and tests (#104)
This commit is contained in:
parent
b6c1fcc29d
commit
a6a51009fa
4 changed files with 164 additions and 1 deletions
|
|
@ -373,6 +373,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
case msg @ BugReportMessage(version_major,version_minor,version_date,bug_type,repeatable,location,zone,pos,summary,desc) =>
|
||||
log.info("BugReportMessage: " + msg)
|
||||
|
||||
case msg @ BindPlayerMessage(action, bindDesc, unk1, logging, unk2, unk3, unk4, pos) =>
|
||||
log.info("BindPlayerMessage: " + msg)
|
||||
|
||||
case default => log.error(s"Unhandled GamePacket ${pkt}")
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue