Core/Spell: Fix Turn the Tables

Closes #5134
This commit is contained in:
ariel-
2016-12-29 02:06:53 -03:00
parent 27fb5fc16d
commit 29827855d0
2 changed files with 11 additions and 2 deletions

View File

@@ -1102,8 +1102,7 @@ class spell_rog_turn_the_tables : public SpellScriptLoader
if (!caster)
return;
Unit* target = GetTarget();
target->CastSpell((Unit*)nullptr, GetSpellInfo()->Effects[EFFECT_0].TriggerSpell, true, nullptr, aurEff, caster->GetGUID());
caster->CastSpell((Unit*)nullptr, GetSpellInfo()->Effects[EFFECT_0].TriggerSpell, true, nullptr, aurEff);
}
void Register() override