mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 15:17:13 +00:00
fix: no time limit for new village creation
This commit is contained in:
@@ -375,6 +375,8 @@ class MYSQLi_DB {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function generateBase($sector, $mode=1) {
|
function generateBase($sector, $mode=1) {
|
||||||
|
// don't let SQL time out when 30-500 seconds (depending on php.ini) is not enough
|
||||||
|
@set_time_limit(0);
|
||||||
$num_rows = 0;
|
$num_rows = 0;
|
||||||
$count_while = 0;
|
$count_while = 0;
|
||||||
while (!$num_rows){
|
while (!$num_rows){
|
||||||
|
|||||||
Reference in New Issue
Block a user