[FIX] Delete Character

  • Hello Everybody


    Some have a problem that can not delete a character from his account in the game


    The solution here


    CSS: ClientManagerPlayer.cpp
    1. Look for
    2. snprintf(queryStr, sizeof(queryStr), "INSERT INTO player%s_deleted SELECT * FROM player%s WHERE id=%d",
    3. Replace it with this
    4. snprintf(queryStr, sizeof(queryStr), "INSERT INTO player_deleted%s SELECT * FROM player%s WHERE id=%d",

    Not a requirement that this only solved it is possible to have a problem in the player_deleted table



    Fix this Delete
    player_deleted.sql


    Take a copy of the
    player.sql


    Open the player.sql and Replace the player to player_deleted And file name of player to player_deleted



    and Good luck :D



  • Dieses Thema enthält 6 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.