fixed nf_grp.cpp still for date
This commit is contained in:
parent
1d60b878f9
commit
74e420958b
1 changed files with 4 additions and 4 deletions
|
@ -3369,10 +3369,10 @@ void getRyzomDateStr__s(CStateInstance* entity, CScriptStack& stack)
|
||||||
std::string year = toString(rt.getRyzomYearStr());
|
std::string year = toString(rt.getRyzomYearStr());
|
||||||
std::string eon = CI18N::get("uiEon").toUtf8();
|
std::string eon = CI18N::get("uiEon").toUtf8();
|
||||||
result += NLMISC::toString(" / %s %s - %s - %s",
|
result += NLMISC::toString(" / %s %s - %s - %s",
|
||||||
week,
|
week.c_str(),
|
||||||
dayName,
|
dayName.c_str(),
|
||||||
year,
|
year.c_str(),
|
||||||
eon);
|
eon.c_str());
|
||||||
|
|
||||||
stack.push( result );
|
stack.push( result );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue