mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Guilds: Typo fix for 6ca3723f0e ...
This commit is contained in:
@@ -340,7 +340,7 @@ void WorldSession::HandleSendMail(WorldPacket& recvData)
|
||||
// Mail sent between guild members arrives instantly if they have the guild perk "Guild Mail"
|
||||
if (Guild* guild = player->GetGuild())
|
||||
if (guild->GetLevel() >= 17 && guild->IsMember(receiverGuid))
|
||||
delivery_delay = 0;
|
||||
deliver_delay = 0;
|
||||
|
||||
// will delete item or place to receiver mail list
|
||||
draft
|
||||
|
||||
Reference in New Issue
Block a user