mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 21:34:22 +00:00
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:
@@ -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."");
|
||||
|
||||
Reference in New Issue
Block a user