Merge branch 'mount-vehicle'

This commit is contained in:
FateJH 2017-01-18 22:23:35 -05:00
commit e06fb91b1f
4 changed files with 63 additions and 1 deletions

View file

@ -324,6 +324,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
case msg @ AvatarFirstTimeEventMessage(avatar_guid, object_guid, unk1, event_name) =>
log.info("AvatarFirstTimeEvent: " + msg)
case msg @ MountVehicleMsg(player_guid, vehicle_guid, unk) =>
log.info("MounVehicleMsg: "+msg)
case default => log.debug(s"Unhandled GamePacket ${pkt}")
}