feat: Adding HandleStatModifier for Unit (#161)

This commit is contained in:
V
2024-01-28 13:52:12 +01:00
committed by GitHub
parent d3638cd99d
commit 5e4521696f
2 changed files with 22 additions and 0 deletions

View File

@@ -401,6 +401,7 @@ ElunaRegister<Unit> UnitMethods[] =
#endif
// Other
{"HandleStatModifier", &LuaUnit::HandleStatModifier},
{ "AddAura", &LuaUnit::AddAura },
{ "RemoveAura", &LuaUnit::RemoveAura },
{ "RemoveAllAuras", &LuaUnit::RemoveAllAuras },