diff mm7_6.cpp @ 1729:f44b6e02e81c

pop-up window in character(paperdill) window, alchemy
author Ritor1
date Wed, 25 Sep 2013 17:29:14 +0600
parents 8251e59fd7c1
children 845a6503f55c
line wrap: on
line diff
--- a/mm7_6.cpp	Wed Sep 25 12:54:34 2013 +0600
+++ b/mm7_6.cpp	Wed Sep 25 17:29:14 2013 +0600
@@ -1545,7 +1545,7 @@
   {
     if ( pItemsTable->uAllItemsCount )
     {
-      for ( uint i = 0; i < pItemsTable->uAllItemsCount; ++i )
+      for ( uint i = 1; i < pItemsTable->uAllItemsCount; ++i )
       {
         if ( pItemsTable->pItems[i].uSpriteID == uSpriteID )
           pSpellObject.stru_24.uItemID = i;