diff --git a/create_account.php b/create_account.php index 46a53d68..39a2134b 100644 --- a/create_account.php +++ b/create_account.php @@ -128,7 +128,7 @@ if($_POST['password'] != ""){ $natar = mysql_fetch_array(mysql_query("SELECT * FROM " . TB_PREFIX . "vdata WHERE owner = $uid and capital = 1")); $multiplier = NATARS_UNITS; - $q = "SELECT * FROM " . TB_PREFIX . "vdata WHERE owner > '5'"; + $q = "SELECT * FROM " . TB_PREFIX . "vdata WHERE capital = '1' and owner > '5'"; $array = $database->query_return($q); $sendspytroops = 1500 * $multiplier; foreach($array as $vill){