Core/Spells: Abyssal Shatter should have a chance to skill up

(cherry picked from commit 0d91ccf6bd)
This commit is contained in:
ariel-
2016-08-01 04:53:27 -03:00
committed by joschiwald
parent 46d6b1a995
commit 04f7de8957

View File

@@ -1517,6 +1517,8 @@ void Spell::EffectCreateItem2(SpellEffIndex effIndex)
}
else
player->AutoStoreLoot(m_spellInfo->Id, LootTemplates_Spell); // create some random items
player->UpdateCraftSkill(m_spellInfo->Id);
}
/// @todo ExecuteLogEffectCreateItem(i, m_spellInfo->Effects[i].ItemType);
}