Fixed heirloom armor mod for cloak
This commit is contained in:
parent
b1c5c2aa71
commit
ca0c630b86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue