From 7f6b3b3c0d419d8492d2a0e5af03880d7b60ddd6 Mon Sep 17 00:00:00 2001 From: talamortis Date: Tue, 28 Nov 2017 22:17:16 +0000 Subject: [PATCH] Missed define out should fix travis aswell --- src/scripts/Spells/spell_dk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp index b1b129acd..c888ed620 100644 --- a/src/scripts/Spells/spell_dk.cpp +++ b/src/scripts/Spells/spell_dk.cpp @@ -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) {