[Release] Double EXP (ExpPot)

Status
Not open for further replies.
Doesnt Work?


Would you be able to do it for me? ( idk if im doing wrong.. ive tryed 3 times now :S ):poster_cl


Database -
Client -
Character -
 
Command = new MySqlCommand("UPDATE `Characters` SET `dexptime` = " + Charr.dexptime + ", `dexp` = " + Charr.dexp + " WHERE `Account` = '" + Charr.MyClient.Account + "'", Connection);
Command.ExecuteNonQuery();


gets an error everytime i insert this
 
Status
Not open for further replies.
Back