From 671701460176ea19962e5411ca13ddc296947b5c Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 6 Jan 2015 16:10:29 -0500 Subject: [PATCH] Lua declaration as well... --- zone/lua_mob.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/lua_mob.cpp b/zone/lua_mob.cpp index b65cda254..26bb08f0a 100644 --- a/zone/lua_mob.cpp +++ b/zone/lua_mob.cpp @@ -1967,6 +1967,7 @@ luabind::scope lua_register_mob() { .def("GetPR", &Lua_Mob::GetPR) .def("GetCR", &Lua_Mob::GetCR) .def("GetCorruption", &Lua_Mob::GetCorruption) + .def("GetPhR", &Lua_Mob::GetPhR) .def("GetMaxSTR", &Lua_Mob::GetMaxSTR) .def("GetMaxSTA", &Lua_Mob::GetMaxSTA) .def("GetMaxDEX", &Lua_Mob::GetMaxDEX)