This commit is contained in:
wangwei01 2019-06-25 11:01:33 +08:00
parent b36fabac19
commit c664e41f56

View File

@ -29,7 +29,6 @@ class Quest{
'condition' => $quest_conf['condition'],
'value' => $quest_conf['value'],
'active_value' => $quest_conf['active_value'],
'gold' => $quest_conf['gold'],
);
return $q;
}