mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-24 22:39:07 +00:00
in an attempt to decipher the pickup sound, it seems every item pickup comes with a 'congratulations' packet
This commit is contained in:
parent
c838ff3168
commit
e2dcf998e0
3 changed files with 54 additions and 17 deletions
|
|
@ -1403,6 +1403,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
definition.Packet.DetailedConstructorData(item).get
|
||||
)
|
||||
)
|
||||
sendResponse(ActionResultMessage())
|
||||
if(tplayer.VisibleSlots.contains(slot)) {
|
||||
avatarService ! AvatarServiceMessage(tplayer.Continent, AvatarAction.EquipmentInHand(player_guid, player_guid, slot, item))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue