Changeset 136 for db/include/xp_reset.php
- Timestamp:
- Nov 17, 2007, 8:10:19 PM (18 years ago)
- File:
-
- 1 edited
-
db/include/xp_reset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
db/include/xp_reset.php
r133 r136 17 17 $sql = mysql_query("SELECT * FROM `character` WHERE `guid` = '".$this->char_id."' AND `account`='".$user['acc']."' LIMIT 1"); 18 18 $load = mysql_fetch_array($sql); 19 if( $load['online'] == 0 )19 if( $load['online'] != 0 ) 20 20 { 21 21 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.
![(please configure the [header_logo] section in trac.ini)](/wow/chrome/site/your_project_logo.png)