feat: add OnBattlegroundDesertion hook (#146)
This commit is contained in:
@@ -801,6 +801,11 @@ public:
|
||||
{
|
||||
return sEluna->OnCanGroupInvite(player, memberName);
|
||||
}
|
||||
|
||||
void OnBattlegroundDesertion(Player* player, const BattlegroundDesertionType type) override
|
||||
{
|
||||
sEluna->OnBattlegroundDesertion(player, type);
|
||||
}
|
||||
};
|
||||
|
||||
class Eluna_ServerScript : public ServerScript
|
||||
|
||||
Reference in New Issue
Block a user