mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-29 03:26:38 +00:00 
			
		
		
		
	GetArmorType fix
This commit is contained in:
		
							parent
							
								
									8e857587d7
								
							
						
					
					
						commit
						00e46addc2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -212,7 +212,7 @@ namespace MWScript | ||||||
|                     MWWorld::InventoryStore& invStore = MWWorld::Class::get(ptr).getInventoryStore (ptr); |                     MWWorld::InventoryStore& invStore = MWWorld::Class::get(ptr).getInventoryStore (ptr); | ||||||
| 
 | 
 | ||||||
|                     MWWorld::ContainerStoreIterator it = invStore.getSlot (slot); |                     MWWorld::ContainerStoreIterator it = invStore.getSlot (slot); | ||||||
|                     if (it == invStore.end()) |                     if (it == invStore.end() || it->getTypeName () != typeid(ESM::Armor).name()) | ||||||
|                     { |                     { | ||||||
|                         runtime.push(-1); |                         runtime.push(-1); | ||||||
|                         return; |                         return; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue