aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-06-09 09:57:47 -0300
committerKeader <keader.android@gmail.com>2020-06-09 09:57:47 -0300
commitf2f4fc921ee8bc8d258d9d9d1fb2c2a57c9857aa (patch)
tree30c04f559c87f11e115d8735af83392a8c9ee2e1 /src
parentbe48fbc32ac49673ce2415b76cb447a61585ed01 (diff)
kill white space in last commit
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
index 463cea557c2..9479d2b797e 100644
--- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
+++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
@@ -424,7 +424,7 @@ class spell_apothecary_lingering_fumes : public SpellScriptLoader
caster->GetCreatureListWithEntryInGrid(triggers, NPC_VIAL_BUNNY, 100.0f);
if (triggers.empty())
return;
-
+
Creature* trigger = Trinity::Containers::SelectRandomContainerElement(triggers);
caster->GetMotionMaster()->MovePoint(0, trigger->GetPosition());