From e67a18ca7253dffa505c5f400c883165f6d10bef Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:54:48 +0200 Subject: [PATCH] Add PR 46 to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ffe944..94dd0d6 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ Eluna API for AC: ## Additions from Eluna/master - Added HttpRequest method. https://github.com/azerothcore/Eluna/pull/2 -- Added RegisterPlayerEvent 43: `OnBeforePetAddedToWorld()` fires for pets and summoned creatures. https://github.com/azerothcore/Eluna/pull/3 +- Added RegisterPlayerEvent 43: `OnPetAddedToWorld()` fires for pets and summoned creatures. https://github.com/azerothcore/Eluna/pull/3 - Added Chat-Handler methods to player events. https://github.com/azerothcore/Eluna/pull/23 - Exposed `ModifyThreatPct()`. https://github.com/azerothcore/Eluna/pull/25 - Exposed `Object:IsPlayer()`. https://github.com/azerothcore/Eluna/pull/42 +- Added RegisterPlayerEvent 44: `OnPlayerLearnSpell`. https://github.com/azerothcore/mod-eluna/pull/46