From 310719e195bfad3e9b71489610a76ee489d4781d Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:58:21 +0100 Subject: [PATCH] chore: add PR 75-78 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e07258f..b9064c3 100644 --- a/README.md +++ b/README.md @@ -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 +