mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-20 19:35:18 +00:00
Packet: SplashHitMessage and tests (#106)
This commit is contained in:
parent
6001446cd5
commit
b6c1fcc29d
4 changed files with 152 additions and 1 deletions
|
|
@ -351,6 +351,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
case msg @ HitMessage(seq_time, projectile_guid, unk1, hit_info, unk2, unk3, unk4) =>
|
||||
log.info("Hit: " + msg)
|
||||
|
||||
case msg @ SplashHitMessage(unk1, unk2, unk3, unk4, unk5, unk6, unk7, unk8) =>
|
||||
log.info("SplashHitMessage: " + msg)
|
||||
|
||||
case msg @ AvatarFirstTimeEventMessage(avatar_guid, object_guid, unk1, event_name) =>
|
||||
log.info("AvatarFirstTimeEvent: " + msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue