From 637e18222408d0d34a65370483c87aaee4167914 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 7 Dec 2020 02:12:49 +0000 Subject: [PATCH] andy stop touching things pls --- src/ship/packet/builder/quest.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ship/packet/builder/quest.rs b/src/ship/packet/builder/quest.rs index 1882ea6..089fe56 100644 --- a/src/ship/packet/builder/quest.rs +++ b/src/ship/packet/builder/quest.rs @@ -13,7 +13,6 @@ pub fn quest_category_list(quests: &QuestList) -> QuestCategoryList { option_id: i as u32, name: utf8_to_utf16_array!(category.name, 32), description: utf8_to_utf16_array!(category.description, 122), - // description: utf8_to_utf16_array!(category.description, 244), } }) .collect(); @@ -32,7 +31,6 @@ pub fn quest_list(category_id: u32, quests: &Vec) -> QuestOptionList { quest_id: quest.id, name: utf8_to_utf16_array!(quest.name, 32), description: utf8_to_utf16_array!(quest.description, 122), - // description: utf8_to_utf16_array!(quest.description, 244), } }) .collect();