From c8d0fc3bce37f48839b761aaa91e3bcd6c547b5f Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Tue, 7 Jun 2022 15:23:59 +0200 Subject: [PATCH] add PR42 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e37c48..7ffe944 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ Eluna API for AC: - Added RegisterPlayerEvent 43: `OnBeforePetAddedToWorld()` 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