Implement: Creature:SetRegeneratingHealth

This commit is contained in:
xIvan0ff
2021-05-19 00:51:50 +03:00
parent b4263aec64
commit 74afaebb49
2 changed files with 154 additions and 141 deletions

View File

@@ -790,6 +790,7 @@ ElunaRegister<Creature> CreatureMethods[] =
{ "GetCreatureFamily", &LuaCreature::GetCreatureFamily },
// Setters
{ "SetRegeneratingHealth", &LuaCreature::SetRegeneratingHealth },
{ "SetHover", &LuaCreature::SetHover },
{ "SetDisableGravity", &LuaCreature::SetDisableGravity },
{ "SetAggroEnabled", &LuaCreature::SetAggroEnabled },