Core/Misc: Fixed log spam from artifact enchantments

This commit is contained in:
hondacrx
2018-03-21 23:40:15 -04:00
parent 0570f2aa3b
commit 193f138600
@@ -893,6 +893,11 @@ namespace Game.Entities
// processed in Player.CastItemUseSpell
break;
case ItemEnchantmentType.PrismaticSocket:
case ItemEnchantmentType.ArtifactPowerBonusRankByType:
case ItemEnchantmentType.ArtifactPowerBonusRankByID:
case ItemEnchantmentType.BonusListID:
case ItemEnchantmentType.BonusListCurve:
case ItemEnchantmentType.ArtifactPowerBonusRankPicker:
// nothing do..
break;
default: