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