feat: add ModifyThreatPct(creature,target)

This commit is contained in:
55Honey
2022-03-16 22:37:14 +01:00
parent 47a453461b
commit da16c3cd5a
2 changed files with 18 additions and 0 deletions

View File

@@ -440,6 +440,7 @@ ElunaRegister<Unit> UnitMethods[] =
{ "DealDamage", &LuaUnit::DealDamage },
{ "DealHeal", &LuaUnit::DealHeal },
{ "AddThreat", &LuaUnit::AddThreat },
{ "ModifyThreatPct", &LuaUnit::ModifyThreatPct },
{ NULL, NULL }
};