[11564] Missing final false case in CheckMailBox

This commit is contained in:
VladimirMangos 2011-05-30 02:26:14 +04:00
parent 3c0ca51db3
commit 59bd6947dd
2 changed files with 3 additions and 1 deletions

View file

@ -81,6 +81,8 @@ bool WorldSession::CheckMailBox(ObjectGuid guid)
return false; return false;
} }
} }
else
return false;
return true; return true;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11563" #define REVISION_NR "11564"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__