From 7c6e6dbbd0f1ed8d723bede90d42970fbdb4725d Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Tue, 8 Aug 2023 01:43:49 +0200 Subject: [PATCH] docs(README): add PR #152 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d64605..8653c68 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Eluna API for AC: - Added `Player:GetTrader()`: https://github.com/azerothcore/mod-eluna/pull/126 - Added `Player:CanCompleteRepeatableQuest(questId)`: https://github.com/azerothcore/mod-eluna/pull/141 - Added `Player:CanRewardQuest(questId)`: https://github.com/azerothcore/mod-eluna/pull/141 +- Added `Player:SetGlyph(glyphId, slotIndex)`: https://github.com/azerothcore/mod-eluna/pull/152 ### Group - Added `Group:GetGroupType()`: https://github.com/azerothcore/mod-eluna/pull/82