diff Party.cpp @ 2189:0e2bee275f60

CastSpell continue
author Ritor1
date Wed, 29 Jan 2014 17:26:24 +0600
parents 9856c2f8f918
children 628a0ad87136
line wrap: on
line diff
--- a/Party.cpp	Tue Jan 28 22:41:49 2014 +0600
+++ b/Party.cpp	Wed Jan 29 17:26:24 2014 +0600
@@ -757,7 +757,7 @@
     if ( pPlayer->classType == PLAYER_CLASS_LICH )
     {
       have_vessels_soul = false;
-      for ( uint i = 0; i < 138; i++ )
+      for ( uint i = 0; i < 126; i++ )
       {
         if ( pPlayer->pInventoryItemList[i].uItemID == ITEM_LICH_JAR_FULL && pPlayer->pInventoryItemList[i].uHolderPlayer == pPlayerID + 1 )
           have_vessels_soul = true;