From ca0c630b86676ed59dd54cd3421374cc66410b79 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 22 Feb 2017 23:31:48 +0100 Subject: [PATCH] Fixed heirloom armor mod for cloak --- src/game/DataStores/DBCStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/DataStores/DBCStructure.h b/src/game/DataStores/DBCStructure.h index fd7a201be..3b7ecee54 100644 --- a/src/game/DataStores/DBCStructure.h +++ b/src/game/DataStores/DBCStructure.h @@ -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