in an attempt to decipher the pickup sound, it seems every item pickup comes with a 'congratulations' packet

This commit is contained in:
FateJH 2018-05-18 10:29:46 -04:00
parent c838ff3168
commit e2dcf998e0
3 changed files with 54 additions and 17 deletions

View file

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