mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Fix typos
This commit is contained in:
@@ -2786,7 +2786,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user