docs(README): add PR #152

This commit is contained in:
Axel Cocat
2023-08-08 01:43:49 +02:00
committed by GitHub
parent 510eb1d8ee
commit 7c6e6dbbd0

View File

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