mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
Fixed a little thing
Corrected the embassy requirements
This commit is contained in:
@@ -146,7 +146,7 @@ include("avaliable/trapper.tpl");
|
|||||||
if($rallypoint == 0 && $rallypoint1 == 0 && $id != 40) {
|
if($rallypoint == 0 && $rallypoint1 == 0 && $id != 40) {
|
||||||
include("avaliable/rallypoint.tpl");
|
include("avaliable/rallypoint.tpl");
|
||||||
}
|
}
|
||||||
if($embassy == 0 && $embassy1 == 0 && $id != 39 && $id != 40) {
|
if($embassy == 0 && $embassy1 == 0 && $id != 39 && $id != 40 && $mainbuilding >= 1) {
|
||||||
include("avaliable/embassy.tpl");
|
include("avaliable/embassy.tpl");
|
||||||
}
|
}
|
||||||
//fix hero
|
//fix hero
|
||||||
|
|||||||
Reference in New Issue
Block a user