diff options
| author | Intel <chemicstry@gmail.com> | 2014-11-14 01:55:29 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2014-11-14 01:55:29 +0000 |
| commit | b08b54c8bba4644253bbc89559a36f4e8e8bfc88 (patch) | |
| tree | 6d5baed640850be255a3612149ec97fe259ed17a /src/server/scripts/Spells | |
| parent | 231207970bf9c28971def453d2622aa17fe36b43 (diff) | |
Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_quest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |
