mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 05:36:10 +00:00
more fixes
This commit is contained in:
@@ -2197,7 +2197,7 @@ class Automation {
|
||||
$database->setVillageField($data['to'],loyalty,($toF['loyalty']-$rand));
|
||||
} else {
|
||||
//you took over the village
|
||||
$villname = $database->getVillageField($data['to'],"name");
|
||||
$villname = addslashes($database->getVillageField($data['to'],"name"));
|
||||
$artifact = $database->getOwnArtefactInfo($data['to']);
|
||||
$info_chief = "".$chief_pic.",Inhabitants of ".$villname." village decided to join your empire.";
|
||||
if ($artifact['vref'] == $data['to']){
|
||||
|
||||
Reference in New Issue
Block a user