mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Items: Fixed transmog not saving item to db
This commit is contained in:
@@ -6006,7 +6006,7 @@ void Spell::EffectUpgradeHeirloom(SpellEffIndex /*effIndex*/)
|
||||
collectionMgr->UpgradeHeirloom(m_misc.Raw.Data[0], m_castItemEntry);
|
||||
}
|
||||
|
||||
void Spell::EffectApplyEnchantIllusion(SpellEffIndex effIndex)
|
||||
void Spell::EffectApplyEnchantIllusion(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT_TARGET)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user