*[8467] Fixed some typos. Author: AlexDereka

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-11 14:43:26 -07:00
parent c22a6c7844
commit cf43024951
3 changed files with 4 additions and 4 deletions

View File

@@ -1577,7 +1577,7 @@ valid examples:
bool foundName = false;
for(uint8 i=0; i<MAX_LOCALE; ++i)
{
if (*linkedAchievement->name[i], strcmp(linkedAchievement->name[i], buffer) == 0)
if (*linkedAchievement->name[i] && strcmp(linkedAchievement->name[i], buffer) == 0)
{
foundName = true;
break;