mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-25 17:33:33 +00:00
Merge branch 'avatar-grenade'
This commit is contained in:
commit
2a4cda557e
4 changed files with 82 additions and 1 deletions
|
|
@ -329,6 +329,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
case msg @ MountVehicleMsg(player_guid, vehicle_guid, unk) =>
|
||||
log.info("MounVehicleMsg: "+msg)
|
||||
|
||||
case msg @ AvatarGrenadeStateMessage(player_guid, state) =>
|
||||
log.info("AvatarGrenadeStateMessage: " + msg)
|
||||
|
||||
case default => log.debug(s"Unhandled GamePacket ${pkt}")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue