Remove starter quest
This commit is contained in:
@@ -679,7 +679,6 @@ if ($_REQUEST['level'] == 'begin') {
|
||||
$teams[$user['id']][$bot] = array(0,0,time());
|
||||
$teams[$bot][$user['id']] = array(0,0,time());
|
||||
|
||||
if($user['first'] == 9){mysql_query("update `users` set `kwest_battle_train`=`kwest_battle_train`+'1' where `id`='".$user['id']."'"); }
|
||||
mysql_query("INSERT INTO `battle`
|
||||
(
|
||||
`id`,`coment`,`teams`,`timeout`,`type`,`status`,`t1`,`t2`,`to1`,`to2`, `clone`
|
||||
@@ -791,10 +790,6 @@ if ($_REQUEST['level'] == 'fiz') {
|
||||
$teams[$user['id']][$bot] = array(0, 0, time());
|
||||
$teams[$bot][$user['id']] = array(0, 0, time());
|
||||
|
||||
if($user['first'] == 9){
|
||||
mysql_query("update `users` set `kwest_battle_train`=`kwest_battle_train`+'1' where `id`='".$user['id']."'");
|
||||
}
|
||||
|
||||
mysql_query("INSERT INTO `battle`
|
||||
(`teams`,`timeout`,`type`,`status`,`t1`,`t2`,`to1`,`to2`, `clone`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user