mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 22:51:30 +00:00
Update lua_general.cpp
This commit is contained in:
parent
a4b027db58
commit
a9790e2779
@ -2218,8 +2218,8 @@ luabind::scope lua_register_general() {
|
|||||||
/**
|
/**
|
||||||
* Content flags
|
* Content flags
|
||||||
*/
|
*/
|
||||||
luabind::def("is_content_flag_enabled", (bool(*)(std::string*))&lua_is_content_flag_enabled),
|
luabind::def("is_content_flag_enabled", (bool(*)(std::string))&lua_is_content_flag_enabled),
|
||||||
luabind::def("set_content_flag", (void(*)(std::string*, bool*))&lua_set_content_flag)
|
luabind::def("set_content_flag", (void(*)(std::string, bool))&lua_set_content_flag)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user