Mercurial > mm7
diff stru351.h @ 351:5f36449527c6
stru351 -> summoned/spell-enchanted item
author | Nomad |
---|---|
date | Thu, 21 Feb 2013 03:04:08 +0200 |
parents | 9c0607679772 |
children |
line wrap: on
line diff
--- a/stru351.h Thu Feb 21 02:13:46 2013 +0200 +++ b/stru351.h Thu Feb 21 03:04:08 2013 +0200 @@ -3,14 +3,14 @@ /* 391 */ #pragma pack(push, 1) -struct stru351 +struct stru351_summoned_item { - int field_0; - int field_4; - int field_8; - int field_C; - int field_10; - int field_14; - int field_18; + int field_0_expire_second; + int field_4_expire_minute; + int field_8_expire_hour; + int field_C_expire_day; + int field_10_expire_week; + int field_14_exprie_month; + int field_18_expire_year; }; #pragma pack(pop) \ No newline at end of file