Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed Jan 8, 2012
1 parent aeb25a2 commit b93b61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion df.items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
<int32_t name="birth_year"/>
<int32_t name="birth_time"/>
<int32_t name="death_year"/>
<int32_t name="death_year"/>
<int32_t name="death_time"/>

<compound name='appearance'>
<stl-vector name='colors' type-name='int32_t'/>
Expand Down
2 changes: 1 addition & 1 deletion linux/all.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,7 @@
"item_body_component","1","0x190","0x4","int32_t","birth_year","",""
"item_body_component","1","0x194","0x4","int32_t","birth_time","",""
"item_body_component","1","0x198","0x4","int32_t","death_year","",""
"item_body_component","1","0x19c","0x4","int32_t","death_year","",""
"item_body_component","1","0x19c","0x4","int32_t","death_time","",""
"item_body_component","1","0x1a0","0x3c","compound","appearance","",""
"item_body_component","2","0x1a0","0xc","stl-vector","appearance.colors","int32_t",""
"item_body_component","2","0x1ac","0xc","stl-vector","appearance.unk_1e8","int16_t",""
Expand Down
2 changes: 1 addition & 1 deletion windows/all.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,7 @@
"item_body_component","1","0x1c8","0x4","int32_t","birth_year","",""
"item_body_component","1","0x1cc","0x4","int32_t","birth_time","",""
"item_body_component","1","0x1d0","0x4","int32_t","death_year","",""
"item_body_component","1","0x1d4","0x4","int32_t","death_year","",""
"item_body_component","1","0x1d4","0x4","int32_t","death_time","",""
"item_body_component","1","0x1d8","0x50","compound","appearance","",""
"item_body_component","2","0x1d8","0x10","stl-vector","appearance.colors","int32_t",""
"item_body_component","2","0x1e8","0x10","stl-vector","appearance.unk_1e8","int16_t",""
Expand Down

0 comments on commit b93b61a

Please sign in to comment.