mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Scripting: Replace casted with cast as casted is not a word.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user