feat: add Unit:GetAttackers (#116)

This commit is contained in:
Axel Cocat
2023-04-04 21:17:11 +02:00
committed by GitHub
parent 995ca165a9
commit 8a85df8ee7
3 changed files with 30 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ Eluna API for AC:
### Unit
- Added `Unit:ModifyThreatPct()`: https://github.com/azerothcore/mod-eluna/pull/25
- Added `Unit:GetAttackers()`: https://github.com/azerothcore/mod-eluna/pull/116
### GameObject
- Added `GameObject:AddLoot()` to add loot at runtime to an **empty** container: https://github.com/azerothcore/mod-eluna/pull/52