Remove starter quest
This commit is contained in:
@@ -9,10 +9,6 @@ include "config.php";
|
||||
include "functions.php";
|
||||
if(!$user['login']) header("Location: index.php");
|
||||
if ($user['battle'] != 0) { header('location: fbattle.php'); die(); }
|
||||
|
||||
if($user['first'] == 11){
|
||||
mysql_query("update `users` set `kwest_see_znahar`=`kwest_see_znahar`+'1' where `id`='".$user['id']."'");
|
||||
}
|
||||
?>
|
||||
<HTML><HEAD>
|
||||
<link rel=stylesheet type="text/css" href="css/main.css">
|
||||
|
||||
Reference in New Issue
Block a user