diff --git a/webapp/controller/CommanderController.class.php b/webapp/controller/CommanderController.class.php index 2001927..5699b2b 100644 --- a/webapp/controller/CommanderController.class.php +++ b/webapp/controller/CommanderController.class.php @@ -389,7 +389,7 @@ class CommanderController{ $quest = new classes\Quest(); $quest->triggerQuest(QUEST_DAY_UPDATEDRIVER, 1, 1, $account_id); if ($row['commander_level'] + 1 >= $c['max_lv']) { - $quest->triggerQuest(QUEST_DAY_UPDATEDRIVER, 2, 1, $account_id); + $quest->triggerQuest(QUEST_SUM_DRIVER, 2, 1, $account_id); } echo json_encode(array( 'errcode' => 0,