Browse Source

andy stop touching things pls

presents
andy 3 years ago
parent
commit
637e182224
  1. 2
      src/ship/packet/builder/quest.rs

2
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<Quest>) -> 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();

Loading…
Cancel
Save