mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-01-05 09:01:21 -06:00
Rename shirt to torso and pants to legs
This commit is contained in:
@@ -145,9 +145,9 @@ pub struct CharListChar {
|
||||
pub requires_rename: bool,
|
||||
pub is_free_trial: bool,
|
||||
#[padding=10]
|
||||
pub shirt_color: u32,
|
||||
pub torso_color: u32,
|
||||
#[padding=4]
|
||||
pub pants_color: u32,
|
||||
pub legs_color: u32,
|
||||
pub hair_style: u32,
|
||||
pub hair_color: u32,
|
||||
#[padding=8]
|
||||
|
||||
@@ -8,8 +8,8 @@ ClientMessage::CharacterListResponse(
|
||||
pending_name: lu!(""),
|
||||
requires_rename: false,
|
||||
is_free_trial: false,
|
||||
shirt_color: 10,
|
||||
pants_color: 14,
|
||||
torso_color: 10,
|
||||
legs_color: 14,
|
||||
hair_style: 8,
|
||||
hair_color: 84,
|
||||
eyebrow_style: 4,
|
||||
@@ -35,8 +35,8 @@ ClientMessage::CharacterListResponse(
|
||||
pending_name: lu!(""),
|
||||
requires_rename: false,
|
||||
is_free_trial: false,
|
||||
shirt_color: 96,
|
||||
pants_color: 6,
|
||||
torso_color: 96,
|
||||
legs_color: 6,
|
||||
hair_style: 4,
|
||||
hair_color: 96,
|
||||
eyebrow_style: 20,
|
||||
@@ -62,8 +62,8 @@ ClientMessage::CharacterListResponse(
|
||||
pending_name: lu!(""),
|
||||
requires_rename: false,
|
||||
is_free_trial: false,
|
||||
shirt_color: 10,
|
||||
pants_color: 10,
|
||||
torso_color: 10,
|
||||
legs_color: 10,
|
||||
hair_style: 3,
|
||||
hair_color: 9,
|
||||
eyebrow_style: 32,
|
||||
@@ -88,8 +88,8 @@ ClientMessage::CharacterListResponse(
|
||||
pending_name: lu!(""),
|
||||
requires_rename: false,
|
||||
is_free_trial: false,
|
||||
shirt_color: 1,
|
||||
pants_color: 6,
|
||||
torso_color: 1,
|
||||
legs_color: 6,
|
||||
hair_style: 6,
|
||||
hair_color: 11,
|
||||
eyebrow_style: 38,
|
||||
|
||||
@@ -4,8 +4,8 @@ WorldMessage::CharacterCreateRequest(
|
||||
predef_name_id_1: 124,
|
||||
predef_name_id_2: 276,
|
||||
predef_name_id_3: 436,
|
||||
shirt_color: 15,
|
||||
pants_color: 15,
|
||||
torso_color: 15,
|
||||
legs_color: 15,
|
||||
hair_style: 9,
|
||||
hair_color: 1,
|
||||
eyebrow_style: 3,
|
||||
|
||||
Reference in New Issue
Block a user