mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed a bug in inventories. If no null gap was found endOfListIndex would go to -1.
This commit is contained in:
		| @@ -593,7 +593,8 @@ namespace FFXIVClassic_Map_Server.actors.chara.player | ||||
|                 } | ||||
|             } | ||||
|  | ||||
|             endOfListIndex = lastNullSlot; | ||||
|             if (lastNullSlot != -1) | ||||
|                 endOfListIndex = lastNullSlot; | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|   | ||||
		Reference in New Issue
	
	Block a user