mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-20 19:35:18 +00:00
Packet: WargateRequest packet and tests (#75)
This commit is contained in:
parent
f8ee593a9a
commit
5f02d73f99
4 changed files with 79 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue