mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add ModifyThreatPct(creature,target)
This commit is contained in:
@@ -440,6 +440,7 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
{ "DealDamage", &LuaUnit::DealDamage },
|
||||
{ "DealHeal", &LuaUnit::DealHeal },
|
||||
{ "AddThreat", &LuaUnit::AddThreat },
|
||||
{ "ModifyThreatPct", &LuaUnit::ModifyThreatPct },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user