mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 11:37:14 +00:00
fix scouting WW village
This commit is contained in:
@@ -376,7 +376,7 @@ class Battle {
|
|||||||
if($type == 1)
|
if($type == 1)
|
||||||
{
|
{
|
||||||
for($y=4;$y<=44;$y++) {
|
for($y=4;$y<=44;$y++) {
|
||||||
if($y == 4 || $y == 14 || $y == 23)
|
if($y == 4 || $y == 14 || $y == 23 || $y == 44)
|
||||||
{
|
{
|
||||||
global ${'u'.$y};
|
global ${'u'.$y};
|
||||||
if($y >= $start && $y <= ($end-2) && ${def_ab.$abcount} > 0) {
|
if($y >= $start && $y <= ($end-2) && ${def_ab.$abcount} > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user