Skip to content

Commit

Permalink
Add SendMail hook documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Oct 13, 2023
1 parent 11ee36a commit 752db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMangos/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ namespace LuaGlobalFunctions
* // UNUSED = 46, // (event, player)
* PLAYER_EVENT_ON_UPDATE_AREA = 47, // (event, player, oldArea, newArea)
* PLAYER_EVENT_ON_TRADE_INIT = 48, // (event, player, target) - Can return false to interrupt trade
* // UNUSED = 49, // (event, player)
* PLAYER_EVENT_ON_SEND_MAIL = 49, // (event, player, recipientGuid) - Can return false to interrupt sending
* // UNUSED = 50, // (event, player)
* // UNUSED = 51, // (event, player)
* // UNUSED = 52, // (event, player)
Expand Down

0 comments on commit 752db0d

Please sign in to comment.