|
@@ -61,6 +61,7 @@ ItemBarView::ItemBarView(Framework::Text id,
|
|
|
slotNameFilter.getLength());
|
|
|
World::INSTANCE->zClient()->inventoryAPIRequest(
|
|
|
targetEntity, msg, id.getLength() + slotNameFilter.getLength() + 3);
|
|
|
+ World::INSTANCE->zClient()->sendPlayerAction("\x8", 1);
|
|
|
delete[] msg;
|
|
|
}
|
|
|
|