feat: add Group:SetMemberFlag() (#102)

This commit is contained in:
Axel Cocat
2023-03-01 10:34:36 +01:00
committed by GitHub
parent 85714c1123
commit 2d915de6bc
3 changed files with 28 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ Eluna API for AC:
### Group
- Added `Group:GetGroupType()`: https://github.com/azerothcore/mod-eluna/pull/82
- Added `Group:SetMemberFlag()`: https://github.com/azerothcore/mod-eluna/pull/102
### Unit
- Added `Unit:ModifyThreatPct()`: https://github.com/azerothcore/mod-eluna/pull/25