mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Spells: Abyssal Shatter should have a chance to skill up
(cherry picked from commit 0d91ccf6bd)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user