Jump to content
Æsir MMORPG client

Recommended Posts

Posted

By hovering over an ability of the error:

object.exception@c: \ user \ root \ Local Settings \ Application Data \ dub \ packages \ stb-1.7.5 \ stb \ source \ utils \ db \ sqlite.d (123): near "%": syntax error

Posted
5 hours ago, EduardoFrost said:

By hovering over an ability of the error:

object.exception@c: \ user \ root \ Local Settings \ Application Data \ dub \ packages \ stb-1.7.5 \ stb \ source \ utils \ db \ sqlite.d (123): near "%": syntax error

There is error in 56th line of source/ro/db.d file, that need to be changed to:

return _db.queryOne!string(`select coalesce((select desc_` ~ lang ~ ` from skills where name = upper(?)), "???");`, id);

If you're compiling it yourself.

If not i'll commit it after I get home or tomorrow morning. Thanks for reporting.

Guest
This topic is now closed to further replies.
×
×
  • Create New...