Skip to content

Commit

Permalink
Fix modules
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Nov 19, 2024
1 parent 2477b9f commit de10038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Mails/MailHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void WorldSession::HandleSendMail(WorldPacket& recv_data)
CharacterDatabase.CommitTransaction();

#ifdef ENABLE_MODULES
sModuleMgr.OnSendMail(pl, rc, reqmoney);
sModuleMgr.OnSendMail(draft, pl, rc, reqmoney);
#endif
}

Expand Down

0 comments on commit de10038

Please sign in to comment.