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 +