diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-05-05 13:47:25 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-05-05 13:47:25 +0200 |
commit | 4250b52f994fdc72d27f8ddd108a44bd2bc6b4d6 (patch) | |
tree | 40afcd57b083c439d7611311146b2bcf07ecf654 | |
parent | f041721f125c71cb554110d21663ff96cd8d6fda (diff) |
Core/Misc: Fix typos
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 2 | ||||
-rw-r--r-- | src/server/scripts/Spells/spell_hunter.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 9333dcb00b6..09580e87dff 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -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; } diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index 56673f124d6..f960008d441 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -156,7 +156,7 @@ class spell_hun_aspect_cheetah : public AuraScript } }; -// 1219162 - Aspect of the Fox (atatched to 186257 - Aspect of the Cheetah) +// 1219162 - Aspect of the Fox (attached to 186257 - Aspect of the Cheetah) class spell_hun_aspect_of_the_fox : public SpellScript { bool Validate(SpellInfo const* spellInfo) override @@ -832,7 +832,7 @@ class spell_hun_scatter_shot : public SpellScript } }; -// 459455 - Scout's Instincts (atatched to 186257 - Aspect of the Cheetah) +// 459455 - Scout's Instincts (attached to 186257 - Aspect of the Cheetah) class spell_hun_scouts_instincts : public SpellScript { bool Validate(SpellInfo const* spellInfo) override |