Packet: WargateRequest packet and tests (#75)

This commit is contained in:
Fate-JH 2017-03-02 22:47:21 -05:00 committed by pschord
parent f8ee593a9a
commit 5f02d73f99
4 changed files with 79 additions and 1 deletions

View file

@ -340,6 +340,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
case msg @ AvatarFirstTimeEventMessage(avatar_guid, object_guid, unk1, event_name) =>
log.info("AvatarFirstTimeEvent: " + msg)
case msg @ WarpgateRequest(continent_guid, building_guid, dest_building_guid, dest_continent_guid, unk1, unk2) =>
log.info("WarpgateRequest: " + msg)
case msg @ MountVehicleMsg(player_guid, vehicle_guid, unk) =>
log.info("MounVehicleMsg: "+msg)