02.05.2015, 12:39
Код:
[13:41:55] [DEBUG] mysql_format - connection: 1, len: 512, format: "SELECT * FROM `users` WHERE `Username` = '%e' LIMIT 1" [13:41:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `users` WHERE `Username` = 'William_Nickson' LIMIT", callback: "SaveCharacter", format: "i" [13:41:55] [DEBUG] CMySQLQuery::Execute[SaveCharacter] - starting query execution [13:41:55] [DEBUG] CMySQLQuery::Execute[SaveCharacter] - query was successfully executed within 0.620 milliseconds [13:41:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called [13:41:55] [DEBUG] Calling callback "SaveCharacter".. [13:41:55] [DEBUG] mysql_format - connection: 1, len: 518, format: "UPDATE `users` SET Admin=%d, Money=%d, posX=%f, posY=%f, posZ=%f WHERE ID=%d" [13:41:55] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET Admin=0, Money=0, posX=0.0, posY=0.0, posZ=0.", callback: "(null)", format: "(null)" [13:41:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called [13:41:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution [13:41:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.321 milliseconds [13:41:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
Код:
UPDATE `users` SET Admin=0, Money=0, posX=0.0, posY=0.0, posZ=0.0 WHERE ID=25