| 1079 | |
| 1080 | |
| 1081 | void cProtocol125::SendWholeInventory(const cWindow & a_Window) |
| 1082 | { |
| 1083 | cCSLock Lock(m_CSPacket); |
| 1084 | cItems Slots; |
| 1085 | a_Window.GetSlots(*(m_Client->GetPlayer()), Slots); |
| 1086 | SendWindowSlots(a_Window.GetWindowID(), (int)Slots.size(), &(Slots[0])); |
| 1087 | } |
| 1088 | |
| 1089 | |
| 1090 |
no test coverage detected