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

@@ -220,7 +220,7 @@ class spell_ex_66244 : public SpellScriptLoader
// we initialize local variables if needed
bool Load() OVERRIDE
{
// do not load script if aura is casted by player or caster not avalible
// do not load script if aura is cast by player or caster not avalible
if (Unit* caster = GetCaster())
if (caster->GetTypeId() == TYPEID_PLAYER)
return true;