Changeset 136 for db/include/position_reset.php
- Timestamp:
- Nov 17, 2007, 8:10:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/include/position_reset.php
r132 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 přesouvat postavu, která je online! Nejprve se odhlašte!<br>");
Note:
See TracChangeset
for help on using the changeset viewer.