[9302] Fix load quest locales, after implement CompletedText in 9291

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-04 18:26:26 +01:00
parent b2c3132eaa
commit dd2239eea9
2 changed files with 2 additions and 2 deletions

View file

@ -4059,7 +4059,7 @@ void ObjectMgr::LoadQuestLocales()
}
for(int k = 0; k < 4; ++k)
{
str = fields[1+10*(i-1)+6+k].GetCppString();
str = fields[1+10*(i-1)+7+k].GetCppString();
if(!str.empty())
{
int idx = GetOrNewIndexForLocale(LocaleConstant(i));