Ignore:
Timestamp:
Nov 17, 2007, 8:10:19 PM (17 years ago)
Author:
hosiplan
Message:

+ chyby byly snad opraveny

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/include/xp_reset.php

    r133 r136  
    1717      $sql = mysql_query("SELECT * FROM `character` WHERE `guid` = '".$this->char_id."' AND `account`='".$user['acc']."' LIMIT 1");
    1818      $load = mysql_fetch_array($sql);
    19       if( $load['online'] == 0 )
     19      if( $load['online'] != 0 )
    2020      {
    2121        print("Nemůžete restartovat zkušenosti postavy, která je online! Nejprve se odhlašte!<br>\n");
Note: See TracChangeset for help on using the changeset viewer.