From 84d7b831dbb97e0e329516d922382cbbc142e410 Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Sun, 18 Dec 2022 21:35:01 +0100 Subject: [PATCH] add PLAYER_EVENT_ON_UPDATE_AREA to list of additions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2149402..e07258f 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,4 @@ Eluna API for AC: - Added vendor entry as argument to player:SendListInventory(object, vendorentry). https://github.com/azerothcore/mod-eluna/pull/48 - 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