Core/DataStores: Reduce the number of string copies when loading db2 hotfixes

This commit is contained in:
Shauren
2025-07-12 15:44:43 +02:00
parent 601bcc35b2
commit 52add56a7f
3 changed files with 16 additions and 16 deletions

View File

@@ -5418,7 +5418,7 @@ void SpellMgr::LoadSpellInfoTargetCaps()
ApplySpellFix({ 205472 }, [](SpellInfo* spellInfo)
{
spellInfo->_LoadSqrtTargetLimit(8, 0, {}, EFFECT_1, {}, {});
}
});
// Flamestrike
ApplySpellFix({ 2120 }, [](SpellInfo* spellInfo)