Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/18/17 in all areas

  1. 1 point
    Alayne

    Sarah And Fenrir

    Yep guess too. Gonna check all them today if possible.
  2. 1 point
    ossi0110

    FluxCP for new SQL Table

    Ok Open the modulesrankingdeath.php and change $sql .= "LEFT JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; now Open modulescharacterview.php and change $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; and errors are solved
×
×
  • Create New...

Important Information

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