diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-05-05 13:47:25 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-05-11 11:43:19 +0200 |
commit | 511171ba334963e5defcdeacf2a73c094d6f0d67 (patch) | |
tree | 177a70ba29809d26b4e1d06bb1ad7cc2808abeb5 /src | |
parent | c80e4ab279586abce363116ce9929bbfc52a01dd (diff) |
Core/Misc: Fix typos
(cherry picked from commit 4250b52f994fdc72d27f8ddd108a44bd2bc6b4d6)
# Conflicts:
# src/server/scripts/Spells/spell_hunter.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 93bb74ce7fe..6cf7597e024 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -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; } |