mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9302] Fix load quest locales, after implement CompletedText in 9291
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
b2c3132eaa
commit
dd2239eea9
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue