Core/Misc: Fix typos

(cherry picked from commit 4250b52f99)

# Conflicts:
#	src/server/scripts/Spells/spell_hunter.cpp
This commit is contained in:
Shauren
2025-05-05 13:47:25 +02:00
committed by Ovahlord
parent c80e4ab279
commit 511171ba33

View File

@@ -2905,7 +2905,7 @@ void SpellMgr::LoadSpellInfoServerside()
auto existingSpellBounds = _GetSpellInfo(spellId);
if (existingSpellBounds.begin() != existingSpellBounds.end())
{
TC_LOG_ERROR("sql.sql", "Serverside spell {} difficulty {} effext index {} references a regular spell loaded from file. Adding serverside effects to existing spells is not allowed.",
TC_LOG_ERROR("sql.sql", "Serverside spell {} difficulty {} effect index {} references a regular spell loaded from file. Adding serverside effects to existing spells is not allowed.",
spellId, uint32(difficulty), effect.EffectIndex);
continue;
}