mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 01:54:22 +00:00
fix scouting WW village
This commit is contained in:
@@ -376,7 +376,7 @@ class Battle {
|
||||
if($type == 1)
|
||||
{
|
||||
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};
|
||||
if($y >= $start && $y <= ($end-2) && ${def_ab.$abcount} > 0) {
|
||||
|
||||
Reference in New Issue
Block a user