mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-03 11:04:24 +00:00
fix trapper building
This commit is contained in:
@@ -129,7 +129,7 @@ if($mainbuilding >= 10 && $granary == 20 && $village->capital == 0 && $largeA['o
|
||||
include("avaliable/greatgranary.tpl");
|
||||
}
|
||||
if((($trapper == 0 && $trapper1 == 0) || $trapper == 20) && $rallypoint >= 1 && $session->tribe == 3 && $id != 39 && $id != 40) {
|
||||
//include("avaliable/trapper.tpl");
|
||||
include("avaliable/trapper.tpl");
|
||||
}
|
||||
if($rallypoint == 0 && $rallypoint1 == 0 && $id != 40) {
|
||||
include("avaliable/rallypoint.tpl");
|
||||
|
||||
Reference in New Issue
Block a user