mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
30992d0ac3
commit
57fce910e0
2 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue