From f2f4fc921ee8bc8d258d9d9d1fb2c2a57c9857aa Mon Sep 17 00:00:00 2001 From: Keader Date: Tue, 9 Jun 2020 09:57:47 -0300 Subject: kill white space in last commit --- .../scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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()); -- cgit v1.2.3