mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into mmaps
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user