Jump to content
  • 0
simplynice

Flux CP (Reset Look)

Question

2 answers to this question

Recommended Posts

  • 0

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);

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.