mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-25 01:23:36 +00:00
Packet: AvatarJumpMessage (#41)
* added AvatarJumpMessage packet * I was advised to commit these chanegs first
This commit is contained in:
parent
13a096de60
commit
29cf96bafb
4 changed files with 44 additions and 1 deletions
|
|
@ -178,6 +178,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
case msg @ ObjectHeldMessage(avatar_guid, held_holsters, unk1) =>
|
||||
log.info("ObjectHeld: " + msg)
|
||||
|
||||
case msg @ AvatarJumpMessage(state) =>
|
||||
//log.info("AvatarJump: " + msg)
|
||||
|
||||
case msg @ RequestDestroyMessage(object_guid) =>
|
||||
log.info("RequestDestroy: " + msg)
|
||||
// TODO: Make sure this is the correct response in all cases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue