mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
modified DeployObjectMessage to reflect new data found by SouNourS; changed DOM tests; added match case in WSA
This commit is contained in:
parent
939e0ed688
commit
8434d17910
3 changed files with 35 additions and 30 deletions
|
|
@ -364,6 +364,9 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
sendResponse(PacketCoding.CreateGamePacket(0, GenericObjectStateMsg(object_guid, 16)))
|
||||
}
|
||||
|
||||
case msg @ DeployObjectMessage(guid, unk1, pos, roll, pitch, yaw, unk2) =>
|
||||
log.info("DeployObject: " + msg)
|
||||
|
||||
case msg @ GenericObjectStateMsg(object_guid, unk1) =>
|
||||
log.info("GenericObjectState: " + msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue