feat: add PLAYER_EVENT_ON_CAN_SEND_MAIL (#85)

This commit is contained in:
Axel Cocat
2022-12-31 00:43:46 +01:00
committed by GitHub
parent 1e57b45c40
commit 3700b4246a
5 changed files with 22 additions and 0 deletions

View File

@@ -477,6 +477,7 @@ public:
void OnAchiComplete(Player* player, AchievementEntry const* achievement);
void OnFfaPvpStateUpdate(Player* player, bool hasFfaPvp);
bool OnCanInitTrade(Player* player, Player* target);
bool OnCanSendMail(Player* player, ObjectGuid receiverGuid, ObjectGuid mailbox, std::string& subject, std::string& body, uint32 money, uint32 cod, Item* item);
#ifndef CLASSIC
#ifndef TBC