chore: add PR 75-78

This commit is contained in:
55Honey
2022-12-29 11:58:21 +01:00
committed by GitHub
parent fe9b00292e
commit 310719e195

View File

@@ -87,3 +87,8 @@ Eluna API for AC:
- Added `gameobject:AddLoot()` to add loot at runtime to an **empty** container. https://github.com/azerothcore/mod-eluna/pull/52
- Added RegisterPlayerEvent 46: `PLAYER_EVENT_ON_FFAPVP_CHANGE`. https://github.com/azerothcore/mod-eluna/pull/63
- Added RegisterPlayerEvent 47: `PLAYER_EVENT_ON_UPDATE_AREA`. https://github.com/azerothcore/mod-eluna/pull/65
- Added logging with `ELUNA_LOG_INFO` for `RunCommand()`: https://github.com/azerothcore/mod-eluna/pull/75
- Added `Player:GetMailCount()`: https://github.com/azerothcore/mod-eluna/pull/76
- Added `Player:GetXP()`: https://github.com/azerothcore/mod-eluna/pull/77
- Added `Player:GetAchievementCriteriaProgress()`: https://github.com/azerothcore/mod-eluna/pull/78