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
-5
View File
@@ -176,11 +176,6 @@ if($_REQUEST['present']) {
// если в офе
mysql_query("INSERT INTO `telegraph` (`owner`,`date`,`text`) values ('".$to['id']."','','".'<font color=red>Внимание!</font> <span oncontextmenu=OpenMenu()>'.$from.'</span> '.$action.' вам <B>'.$buket_name.'</B>. '."');");
}
if($user['first'] == 12 && ($to['id'] == 10023 || $to['id'] == 10024)) {
mysql_query("update `users` set `kwest_see_syvenir`=`kwest_see_syvenir`+'1' where `id`='".$user['id']."'");
}
echo "<b><font color=red>Подарок удачно доставлен к \"",$_POST['to_login'],"\"</font></b>";
}
echo mysql_error();