|
@@ -840,7 +840,7 @@ class task_information(dongri_task):
|
|
|
|
|
|
hero_arr = [information_img.hero0, information_img.hero1, information_img.hero2]
|
|
|
camp_arr = [information_img.camp1, information_img.camp2]
|
|
|
- wolf_arr = [information_img.wolf0, information_img.wolf1, information_img.wolf2]
|
|
|
+ wolf_arr = [information_img.wolf0, information_img.wolf1, information_img.wolf2, information_img.wolf3, information_img.wolf4]
|
|
|
total_arr = hero_arr + camp_arr + wolf_arr
|
|
|
|
|
|
if waitFindImg_withBool(total_arr, 2, 1) == False:
|