mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix: call the group OnCreate hook (#81)
This commit is contained in:
@@ -407,6 +407,11 @@ public:
|
||||
{
|
||||
sEluna->OnDisband(group);
|
||||
}
|
||||
|
||||
void OnCreate(Group* group, Player* leader) override
|
||||
{
|
||||
sEluna->OnCreate(group, leader->GetGUID(), group->GetGroupType());
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_GuildScript : public GuildScript
|
||||
|
||||
Reference in New Issue
Block a user