mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 00:01:04 +00:00
fix: not able to upgrade woodcutter fields
This commit is contained in:
@@ -79,7 +79,7 @@ class Building {
|
|||||||
// let's see if we should allow building what we want where we want to
|
// let's see if we should allow building what we want where we want to
|
||||||
// (prevent building resource fields in the village
|
// (prevent building resource fields in the village
|
||||||
(
|
(
|
||||||
($page == 'dorf1.php' && $id > 1 && $id <= 4) ||
|
($page == 'dorf1.php' && $id >= 1 && $id <= 4) ||
|
||||||
($page == 'dorf2.php' && $id > 4)
|
($page == 'dorf2.php' && $id > 4)
|
||||||
) &&
|
) &&
|
||||||
// check that we're not trying to change a standing building type
|
// check that we're not trying to change a standing building type
|
||||||
|
|||||||
Reference in New Issue
Block a user