mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/Spells: fixed learning Disenchanting
This commit is contained in:
@@ -4633,6 +4633,13 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
|
||||
// ENDOF GILNEAS SPELLS
|
||||
|
||||
// Disenchant
|
||||
ApplySpellFix({ 13262 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->BaseLevel = 0;
|
||||
spellInfo->SpellLevel = 0;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
||||
Reference in New Issue
Block a user