mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 11:37:14 +00:00
fix: this error report should not be here
This commit is contained in:
@@ -4469,7 +4469,6 @@ class MYSQLi_DB implements IDbConnection {
|
|||||||
|
|
||||||
$result = $this->regenerateOasisUnits(-1);
|
$result = $this->regenerateOasisUnits(-1);
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
echo mysqli_error($this->dblink);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user