mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
feat: add PLAYER_EVENT_ON_CAN_GROUP_INVITE (#100)
This commit is contained in:
@@ -791,6 +791,11 @@ public:
|
||||
{
|
||||
sEluna->OnPlayerCompleteQuest(player, quest);
|
||||
}
|
||||
|
||||
bool CanGroupInvite(Player* player, std::string& memberName) override
|
||||
{
|
||||
return sEluna->OnCanGroupInvite(player, memberName);
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_ServerScript : public ServerScript
|
||||
|
||||
Reference in New Issue
Block a user