mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
Missed define out should fix travis aswell
This commit is contained in:
@@ -1564,7 +1564,7 @@ class spell_dk_death_grip : public SpellScriptLoader
|
||||
Unit* caster = GetCaster();
|
||||
Unit* target = GetHitUnit();
|
||||
Unit* baseTarget = GetExplTargetUnit();
|
||||
Creature* targetCreature;
|
||||
Creature* targetCreature = GetHitCreature();
|
||||
|
||||
if (caster != target)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user