mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fix SLOT_OFFHAND conflict
This commit is contained in:
		| @@ -2488,7 +2488,7 @@ namespace FFXIVClassic_Map_Server.Actors | |||||||
|                 hitCount = mainHandWeapon.frequency; |                 hitCount = mainHandWeapon.frequency; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             var hasShield = equip.GetItemAtSlot(Equipment.SLOT_OFFHAND) != null ? 1 : 0; |             var hasShield = equip.GetItemAtSlot(SLOT_OFFHAND) != null ? 1 : 0; | ||||||
|             SetMod((uint)Modifier.CanBlock, hasShield); |             SetMod((uint)Modifier.CanBlock, hasShield); | ||||||
|  |  | ||||||
|             SetMod((uint)Modifier.AttackType, damageAttribute); |             SetMod((uint)Modifier.AttackType, damageAttribute); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user