From b08b54c8bba4644253bbc89559a36f4e8e8bfc88 Mon Sep 17 00:00:00 2001 From: Intel Date: Fri, 14 Nov 2014 01:55:29 +0000 Subject: Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler --- src/server/scripts/Spells/spell_quest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Spells') diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index f8f788b0332..580549a3d99 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -2426,7 +2426,7 @@ public: void HandleDummyEffect() { Unit* caster = GetCaster(); - + if (Creature* injuredStormwindInfantry = caster->FindNearestCreature(NPC_INJURED_STORMWIND_INFANTRY, 5.0f, true)) { injuredStormwindInfantry->SetCreatorGUID(caster->GetGUID()); -- cgit v1.2.3