simplynice 1 Posted July 18, 2013 I have problem with the reset look. Maybe because the sql query of flux is defaulting to 0. How can i change it into 1? Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted July 18, 2013 I have problem with the reset look. Maybe because the sql query of flux is defaulting to 0. How can i change it into 1? libFluxAthena.php $sql = "UPDATE {$this->charMapDatabase}.`char` SET "; $sql .= "hair = 0, hair_color = 0, clothes_color = 0, weapon = 0, shield = 0, "; $sql .= "head_top = 0, head_mid = 0, head_bottom = 0 "; $sql .= "WHERE char_id = ?"; $sth = $this->connection->getStatement($sql); Quote Share this post Link to post Share on other sites
0 simplynice 1 Posted July 18, 2013 Thank you. Quote Share this post Link to post Share on other sites
I have problem with the reset look. Maybe because the sql query of flux is defaulting to 0. How can i change it into 1?
Share this post
Link to post
Share on other sites