Core/Scripting: Replace casted with cast as casted is not a word.

This commit is contained in:
Malcrom
2013-12-25 14:16:55 -03:30
parent fa29ddc529
commit fe95371d9a
106 changed files with 299 additions and 299 deletions

View File

@@ -156,7 +156,7 @@ void ScriptedAI::DoStopAttack()
void ScriptedAI::DoCastSpell(Unit* target, SpellInfo const* spellInfo, bool triggered)
{
if (!target || me->IsNonMeleeSpellCasted(false))
if (!target || me->IsNonMeleeSpellCast(false))
return;
me->StopMoving();