mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 23:58:25 +00:00
[Feature] Add Support for Item Previews (#4599)
* [Feature] Add Support for Item Previews * Update client_packet.cpp
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user