added MountVehicleMsg packet and tests

This commit is contained in:
FateJH 2016-09-25 01:17:18 -04:00
parent daa22c572e
commit dbb640f3b5
4 changed files with 61 additions and 1 deletions

View file

@ -274,6 +274,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}")
}