mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix get_instance_timer_by_id too
This commit is contained in:
parent
ade56231fc
commit
1d0b11acde
@ -1684,7 +1684,8 @@ luabind::scope lua_register_general() {
|
|||||||
luabind::def("destroy_instance", &lua_destroy_instance),
|
luabind::def("destroy_instance", &lua_destroy_instance),
|
||||||
luabind::def("update_instance_timer", &lua_update_instance_timer),
|
luabind::def("update_instance_timer", &lua_update_instance_timer),
|
||||||
luabind::def("get_instance_id", &lua_get_instance_id),
|
luabind::def("get_instance_id", &lua_get_instance_id),
|
||||||
luabind::def("get_instance_timer", &lua_get_instance_timer),
|
luabind::def("get_instance_timer", &lua_get_instance_timer),
|
||||||
|
luabind::def("get_instance_timer_by_id", &lua_get_instance_timer_by_id),
|
||||||
luabind::def("get_characters_in_instance", &lua_get_characters_in_instance),
|
luabind::def("get_characters_in_instance", &lua_get_characters_in_instance),
|
||||||
luabind::def("assign_to_instance", &lua_assign_to_instance),
|
luabind::def("assign_to_instance", &lua_assign_to_instance),
|
||||||
luabind::def("assign_group_to_instance", &lua_assign_group_to_instance),
|
luabind::def("assign_group_to_instance", &lua_assign_group_to_instance),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user