mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
Lua declaration as well...
This commit is contained in:
@@ -1967,6 +1967,7 @@ luabind::scope lua_register_mob() {
|
|||||||
.def("GetPR", &Lua_Mob::GetPR)
|
.def("GetPR", &Lua_Mob::GetPR)
|
||||||
.def("GetCR", &Lua_Mob::GetCR)
|
.def("GetCR", &Lua_Mob::GetCR)
|
||||||
.def("GetCorruption", &Lua_Mob::GetCorruption)
|
.def("GetCorruption", &Lua_Mob::GetCorruption)
|
||||||
|
.def("GetPhR", &Lua_Mob::GetPhR)
|
||||||
.def("GetMaxSTR", &Lua_Mob::GetMaxSTR)
|
.def("GetMaxSTR", &Lua_Mob::GetMaxSTR)
|
||||||
.def("GetMaxSTA", &Lua_Mob::GetMaxSTA)
|
.def("GetMaxSTA", &Lua_Mob::GetMaxSTA)
|
||||||
.def("GetMaxDEX", &Lua_Mob::GetMaxDEX)
|
.def("GetMaxDEX", &Lua_Mob::GetMaxDEX)
|
||||||
|
|||||||
Reference in New Issue
Block a user