mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
Fixed heirloom armor mod for cloak
This commit is contained in:
@@ -1451,7 +1451,7 @@ struct ScalingStatValuesEntry
|
||||
|
||||
uint32 getArmorMod(uint32 mask) const
|
||||
{
|
||||
if (mask & 0x00F001E0)
|
||||
if (mask & 0x00F801E0)
|
||||
{
|
||||
if (mask & 0x00000020) return armorMod[0]; // Cloth shoulder
|
||||
if (mask & 0x00000040) return armorMod[1]; // Leather shoulder
|
||||
|
||||
Reference in New Issue
Block a user