Skip to content

Commit

Permalink
Add Group OnMemberAccept hook
Browse files Browse the repository at this point in the history
Co-Authored-By: Foereaper <[email protected]>
  • Loading branch information
Niam5 and Foereaper committed Oct 14, 2023
1 parent 2bd9d0c commit 1edc007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMangos/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ namespace LuaGlobalFunctions
* GROUP_EVENT_ON_LEADER_CHANGE = 4, // (event, group, newLeaderGuid, oldLeaderGuid)
* GROUP_EVENT_ON_DISBAND = 5, // (event, group)
* GROUP_EVENT_ON_CREATE = 6, // (event, group, leaderGuid, groupType)
* GROUP_EVENT_ON_MEMBER_ACCEPT = 7, // (event, group, player) - Can return false to disable accepting
*
* GROUP_EVENT_COUNT
* };
Expand Down

0 comments on commit 1edc007

Please sign in to comment.