[Feature] Add Support for Item Previews (#4599)

* [Feature] Add Support for Item Previews

* Update client_packet.cpp
This commit is contained in:
Alex King
2025-01-19 20:18:17 -05:00
committed by GitHub
parent 37a7b7fc41
commit 75698a809f
9 changed files with 1269 additions and 1204 deletions
+1
View File
@@ -896,6 +896,7 @@ luabind::scope lua_register_packet_opcodes() {
luabind::value("Weblink", static_cast<int>(OP_Weblink)),
luabind::value("InspectMessageUpdate", static_cast<int>(OP_InspectMessageUpdate)),
luabind::value("ItemPreview", static_cast<int>(OP_ItemPreview)),
luabind::value("ItemPreviewRequest", static_cast<int>(OP_ItemPreviewRequest)),
luabind::value("MercenaryDataRequest", static_cast<int>(OP_MercenaryDataRequest)),
luabind::value("MercenaryDataResponse", static_cast<int>(OP_MercenaryDataResponse)),
luabind::value("MercenaryHire", static_cast<int>(OP_MercenaryHire)),