comparison Items.h @ 939:9be9afdbeac3

stru351 moved
author Nomad
date Wed, 01 May 2013 13:52:09 +0200
parents 9c3f28b31b4a
children d982fffb8b96
comparison
equal deleted inserted replaced
938:016e3577865c 939:9be9afdbeac3
386 +20 Air Resistance and Shielding. 69 386 +20 Air Resistance and Shielding. 69
387 +10 Water Resistance and +2 Alchemy skill. 70 387 +10 Water Resistance and +2 Alchemy skill. 70
388 Prevents damage from drowning. 71 388 Prevents damage from drowning. 71
389 Prevents damage from falling. 72 389 Prevents damage from falling. 72
390 */ 390 */
391
392
393 /* 391 */
394 #pragma pack(push, 1)
395 struct stru351_summoned_item
396 {
397 int field_0_expire_second;
398 int field_4_expire_minute;
399 int field_8_expire_hour;
400 int field_C_expire_day;
401 int field_10_expire_week;
402 int field_14_exprie_month;
403 int field_18_expire_year;
404 };
405 #pragma pack(pop)