diff UIPartyCreation.cpp @ 1180:b542660e7302

Слияние
author Ritor1
date Wed, 05 Jun 2013 17:40:17 +0600
parents 8b3e7d5ba069
children 8c02e6f74b29
line wrap: on
line diff
--- a/UIPartyCreation.cpp	Wed Jun 05 17:40:09 2013 +0600
+++ b/UIPartyCreation.cpp	Wed Jun 05 17:40:17 2013 +0600
@@ -905,8 +905,8 @@
 
       for (uint k = 0; k < 138; k++)
       {
-        if (player->pInventoryItems[k].uItemID)
-          player->pInventoryItems[k].SetIdentified();
+        if (player->pOwnItems[k].uItemID)
+          player->pOwnItems[k].SetIdentified();
       }
     }
   }