| 1273 | |
| 1274 | |
| 1275 | void cClientHandle::HandleSlotSelected(short a_SlotNum) |
| 1276 | { |
| 1277 | m_Player->GetInventory().SetEquippedSlotNum(a_SlotNum); |
| 1278 | m_Player->GetWorld()->BroadcastEntityEquipment(*m_Player, 0, m_Player->GetInventory().GetEquippedItem(), this); |
| 1279 | } |
| 1280 | |
| 1281 | |
| 1282 |
no test coverage detected