mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user