Jump to content

Leaderboard

Popular Content

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

  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. Version 1.0.0

    1305 downloads

    Hello Guys Im glad to share This file Moving Demon Wings It contains Spr. Act files 2 files only none drop files Enjoy
    Free
    1 point
  3. 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...