Packet: BindPlayerMessage and tests (#104)

This commit is contained in:
Fate-JH 2017-03-05 12:24:57 -05:00 committed by pschord
parent b6c1fcc29d
commit a6a51009fa
4 changed files with 164 additions and 1 deletions

View file

@ -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}")
}