Core/Guilds: Typo fix for 6ca3723f0e ...

This commit is contained in:
Warpten
2013-07-26 02:00:19 +02:00
parent 6ca3723f0e
commit 104b736cbd

View File

@@ -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