[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) 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()) if(!str.empty())
{ {
int idx = GetOrNewIndexForLocale(LocaleConstant(i)); int idx = GetOrNewIndexForLocale(LocaleConstant(i));

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 "9301" #define REVISION_NR "9302"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__