add PLAYER_EVENT_ON_UPDATE_AREA to list of additions

This commit is contained in:
55Honey
2022-12-18 21:35:01 +01:00
committed by GitHub
parent bfd3bda8b9
commit 84d7b831db

View File

@@ -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