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

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-04-30 00:36:58 +04:00
parent 30992d0ac3
commit 57fce910e0
2 changed files with 2 additions and 1 deletions

View file

@ -11437,6 +11437,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];