Remove starter quest

This commit is contained in:
lopar
2018-03-02 16:33:58 +02:00
parent 70a7ce3172
commit 031879acad
8 changed files with 2831 additions and 2308 deletions
-4
View File
@@ -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">