mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
[Quest API] Add back removed lua class properties (#1742)
Fixes regression from 7b6decae
This commit is contained in:
@@ -326,6 +326,8 @@ luabind::scope lua_register_packet() {
|
||||
.def(luabind::constructor<>())
|
||||
.def(luabind::constructor<int,int>())
|
||||
.def(luabind::constructor<int,int,bool>())
|
||||
.property("null", &Lua_Packet::Null)
|
||||
.property("valid", &Lua_Packet::Valid)
|
||||
.def("GetOpcode", &Lua_Packet::GetOpcode)
|
||||
.def("GetRawOpcode", &Lua_Packet::GetRawOpcode)
|
||||
.def("GetSize", &Lua_Packet::GetSize)
|
||||
|
||||
Reference in New Issue
Block a user