mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
kill white space in last commit
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user