|
@@ -304,7 +304,8 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
task_queue.appendleft(task_checkHelp(False))
|
|
task_queue.appendleft(task_checkHelp(False))
|
|
if auto_participate:
|
|
if auto_participate:
|
|
task_queue.appendleft(task_checkConfilits())
|
|
task_queue.appendleft(task_checkConfilits())
|
|
- task_queue.appendleft(task_gotoTree())
|
|
|
|
|
|
+
|
|
|
|
+ task_queue.appendleft(task_gotoTree())
|
|
|
|
|
|
if always == False and g_times == 7:
|
|
if always == False and g_times == 7:
|
|
handle_end_game()
|
|
handle_end_game()
|