From cecd262a5968bbf991ccf238fc39183f4c8e4af1 Mon Sep 17 00:00:00 2001 From: bugeyedcreepy Date: Mon, 16 Jul 2012 21:58:12 +0200 Subject: [PATCH] [12051] Fix Engrish Typo --- src/realmd/RealmList.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp index fb3bc6914..5dc4b0e18 100644 --- a/src/realmd/RealmList.cpp +++ b/src/realmd/RealmList.cpp @@ -156,7 +156,7 @@ void RealmList::UpdateRealms(bool init) if (realmflags & ~(REALM_FLAG_OFFLINE|REALM_FLAG_NEW_PLAYERS|REALM_FLAG_RECOMMENDED|REALM_FLAG_SPECIFYBUILD)) { - sLog.outError("Realm allowed have only OFFLINE Mask 0x2), or NEWPLAYERS (mask 0x20), or RECOMENDED (mask 0x40), or SPECIFICBUILD (mask 0x04) flags in DB"); + sLog.outError("Realm allowed have only OFFLINE Mask 0x2), or NEWPLAYERS (mask 0x20), or RECOMMENDED (mask 0x40), or SPECIFICBUILD (mask 0x04) flags in DB"); realmflags &= (REALM_FLAG_OFFLINE|REALM_FLAG_NEW_PLAYERS|REALM_FLAG_RECOMMENDED|REALM_FLAG_SPECIFYBUILD); } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3e87dddb8..4030460a7 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12050" + #define REVISION_NR "12051" #endif // __REVISION_NR_H__