mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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 eon = CI18N::get("uiEon").toUtf8();
|
||||
result += NLMISC::toString(" / %s %s - %s - %s",
|
||||
week,
|
||||
dayName,
|
||||
year,
|
||||
eon);
|
||||
week.c_str(),
|
||||
dayName.c_str(),
|
||||
year.c_str(),
|
||||
eon.c_str());
|
||||
|
||||
stack.push( result );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue