Admin panel fixes

+WW level is now showed in the village preview
+WW level can now be changed  in the building list
+Walls and their level are now showed in the village preview
This commit is contained in:
iopietro
2018-06-09 12:31:46 +02:00
parent d96259afd8
commit 640ba67337
3 changed files with 134 additions and 184 deletions
+3 -1
View File
@@ -113,7 +113,9 @@ mysqli_query($GLOBALS["link"], "UPDATE ".TB_PREFIX."fdata SET
f39 = '".$_POST['id39level']."',
f39t = '".$_POST['id39gid']."',
f40 = '".$_POST['id40level']."',
f40t = '".$_POST['id40gid']."'
f40t = '".$_POST['id40gid']."',
f99 = '".$_POST['id99level']."',
f99t = '".$_POST['id99gid']."'
WHERE vref = $id") or die(mysqli_error($database->dblink));
header("Location: ../../../Admin/admin.php?p=village&did=".$id."");