diff Items.h @ 526:214d9d47cf1f

Chest working, but items are not laid correctly
author Gloval
date Sun, 03 Mar 2013 01:55:57 +0400
parents 3ee1e351e710
children 09108e73f2f4
line wrap: on
line diff
--- a/Items.h	Sat Mar 02 15:38:49 2013 +0400
+++ b/Items.h	Sun Mar 03 01:55:57 2013 +0400
@@ -116,7 +116,7 @@
 
 /*   64 */
 #pragma pack(push, 1)
-struct ItemGen
+struct ItemGen //0x24
 {
   //----- (0042EB25) --------------------------------------------------------
   inline ItemGen()
@@ -139,7 +139,7 @@
 
 
 
-  unsigned int uItemID;
+  int uItemID;
   int uEncantmentType;
   int _bonus_strength;
   int uSpecEnchantmentType; // 25: +5 levels
@@ -290,7 +290,7 @@
 void GenerateStandartShopItems();
 void GenerateSpecialShopItems();
 
-
+extern const char uItemsAmountPerShopType[]; // weak
 extern ItemGen *ptr_50C9A4;
 
 extern struct ItemsTable *pItemsTable;