mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fix SLOT_OFFHAND conflict
This commit is contained in:
parent
2e906ae090
commit
7339e08172
@ -2488,7 +2488,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
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.AttackType, damageAttribute);
|
||||
|
Loading…
Reference in New Issue
Block a user