Hello guys,
I have an unexpected error, and I hope you can help me.
I can't update `char_reg_num_db` with a query_sql.
set .@sql, query_sql("UPDATE `char_reg_num_db` SET `value` = '0' WHERE `key` = 'HuntCount'");
The map-server show me no error, but my table is not updated.
I worked on this all day long, and now I have no idea why this query doesn't update my table correctly.
Thank you for your help.
I have an unexpected error, and I hope you can help me.
I can't update `char_reg_num_db` with a query_sql.
set .@sql, query_sql("UPDATE `char_reg_num_db` SET `value` = '0' WHERE `key` = 'HuntCount'");
The map-server show me no error, but my table is not updated.
I worked on this all day long, and now I have no idea why this query doesn't update my table correctly.
Thank you for your help.
Last edited by a moderator: