mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/DataStores: Reduce the number of string copies when loading db2 hotfixes
This commit is contained in:
@@ -5418,7 +5418,7 @@ void SpellMgr::LoadSpellInfoTargetCaps()
|
||||
ApplySpellFix({ 205472 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->_LoadSqrtTargetLimit(8, 0, {}, EFFECT_1, {}, {});
|
||||
}
|
||||
});
|
||||
|
||||
// Flamestrike
|
||||
ApplySpellFix({ 2120 }, [](SpellInfo* spellInfo)
|
||||
|
||||
Reference in New Issue
Block a user