From 6494c7bd7b5756d4e8137285aa1fe496ddb33323 Mon Sep 17 00:00:00 2001 From: Mundanity Fan Date: Wed, 20 Jul 2022 03:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KaiheilaBot/commandInterpreter/TaskProcessor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/KaiheilaBot/commandInterpreter/TaskProcessor.php b/KaiheilaBot/commandInterpreter/TaskProcessor.php index 84749e7..04a2710 100644 --- a/KaiheilaBot/commandInterpreter/TaskProcessor.php +++ b/KaiheilaBot/commandInterpreter/TaskProcessor.php @@ -362,7 +362,6 @@ private function processQuestInfo($questArray): string //技能报酬框架 if (!is_null($questArray['ActionReward'])) { - echo $questArray['ActionReward']; $ActionCard = new Card(); $ActionTitle = new PlainText('技能习得', 'plain-text', 'header'); $ActionCard->insert($ActionTitle);