[7735] Not apply enchant mods from broken item (but allow set it duration) Author: DiSlord

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-29 16:18:34 -05:00
parent 2b0ad3e65d
commit 9a29b03e30

View File

@@ -11717,6 +11717,7 @@ void Player::ApplyEnchantment(Item *item,EnchantmentSlot slot,bool apply, bool a
if(!ignore_condition && pEnchant->EnchantmentCondition && !((Player*)this)->EnchantmentFitsRequirements(pEnchant->EnchantmentCondition, -1))
return;
if (!item->IsBroken())
for (int s=0; s<3; s++)
{
uint32 enchant_display_type = pEnchant->type[s];