Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into mmaps

This commit is contained in:
Venugh
2012-04-09 15:57:10 +02:00

View File

@@ -443,7 +443,7 @@ public:
Unit* target = GetHitUnit();
if (target->HasUnitState(UNIT_STATE_CASTING))
GetCaster()->CastSpell(target, spellId, true);
target->CastSpell(target, spellId, true);
}
void Register()