mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 15:47:16 +00:00
Fix [#WALLMASTER] for new tribe
Fix [#WALLMASTER] for new tribe
This commit is contained in:
@@ -387,7 +387,7 @@ if(defined('NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM') && NEW_FUNCTIONS_SPECIAL_MEDAL
|
|||||||
WHERE v.owner=$uid");
|
WHERE v.owner=$uid");
|
||||||
if($qw){
|
if($qw){
|
||||||
while($r = $qw->fetch_assoc()){
|
while($r = $qw->fetch_assoc()){
|
||||||
if((int)$r['f40'] == 20 && in_array((int)$r['f40t'], [31,32,33])){
|
if((int)$r['f40'] == 20 && in_array((int)$r['f40t'], [31,32,33,42,43,47,50])){
|
||||||
$wallCount++;
|
$wallCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user