mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 15:25:22 +00:00
added initial CreateShortcutMessage packet and tests
This commit is contained in:
parent
daa22c572e
commit
758eab167b
4 changed files with 130 additions and 1 deletions
|
|
@ -171,6 +171,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
true))) //Boosted generator room pain field
|
||||
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, SetCurrentAvatarMessage(PlanetSideGUID(guid),0,0)))
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, CreateShortcutMessage(PlanetSideGUID(guid), 1, 0, 6, "medkit")))
|
||||
|
||||
import scala.concurrent.duration._
|
||||
import scala.concurrent.ExecutionContext.Implicits.global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue