Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/21/22 in Posts

  1. Updated to 839d378 https://github.com/Singe-Horizontal/rathena/tree/mod/soul_link singe_soul_link_mod_v1-1.patch To apply the patch : cd /path/to/rathena ( or C:\path\to\rathena in windows ) git apply -v singe_soul_link_mod_v1-1.patch Whitespace warnings can be ignored
    1 point
  2. The problem is you're selecting more columns than you assign to variables. For example query_sql("SELECT `account_id`, `name` FROM `char`", .@ids, .@names$); would not produce a warning, but query_sql("SELECT `account_id`, `name` FROM `char`", .@ids); will produce a warning as the number of variables does not match the number of columns selected.
    1 point
×
×
  • Create New...