modified DeployObjectMessage to reflect new data found by SouNourS; changed DOM tests; added match case in WSA

This commit is contained in:
FateJH 2017-05-03 22:30:12 -04:00
parent 939e0ed688
commit 8434d17910
3 changed files with 35 additions and 30 deletions

View file

@ -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)