aboutsummaryrefslogtreecommitdiff
path: root/src/game/Mail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Mail.cpp')
-rw-r--r--src/game/Mail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Mail.cpp b/src/game/Mail.cpp
index 64ff1c8e0cb..87eb875d829 100644
--- a/src/game/Mail.cpp
+++ b/src/game/Mail.cpp
@@ -779,7 +779,7 @@ void WorldSession::HandleQueryNextMailTime(WorldPacket & /*recv_data*/ )
{
Mail *m = (*itr);
// must be not checked yet
- if(m->checked & MAIL_CHECK_MASK_RED)
+ if(m->checked & MAIL_CHECK_MASK_READ)
continue;
// and already delivered