fix scouting WW village

This commit is contained in:
unknown
2012-09-14 08:18:05 +03:00
parent c53e82b4a6
commit 199b915cd5
+1 -1
View File
@@ -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) {