mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
@@ -1807,7 +1807,10 @@ void Spell::EffectOpenLock(SpellEffIndex effIndex)
|
||||
SendLoot(guid, LOOT_SKINNING);
|
||||
}
|
||||
else if (itemTarget)
|
||||
{
|
||||
itemTarget->SetFlag(ITEM_FIELD_FLAGS, ITEM_FIELD_FLAG_UNLOCKED);
|
||||
itemTarget->SetState(ITEM_CHANGED, itemTarget->GetOwner());
|
||||
}
|
||||
|
||||
// not allow use skill grow at item base open
|
||||
if (!m_CastItem && skillId != SKILL_NONE)
|
||||
|
||||
Reference in New Issue
Block a user