Core/Items: Fixed transmog not saving item to db

This commit is contained in:
Shauren
2016-04-08 16:47:56 +02:00
parent f4029faece
commit 1d45b2c384
2 changed files with 5 additions and 1 deletions

View File

@@ -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;