Skip to content

Commit

Permalink
Add SendMail return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Oct 13, 2023
1 parent e422547 commit 11ee36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ namespace Hooks
// 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
PLAYER_EVENT_ON_SEND_MAIL = 49, // (event, player, recipientGuid)
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
2 changes: 1 addition & 1 deletion TrinityCore/GlobalMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,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
* PLAYER_EVENT_ON_SEND_MAIL = 49, // (event, player, recipientGuid)
* 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 11ee36a

Please sign in to comment.