From 63383da36e27657734cba6ad23c1bd3d68039d90 Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 26 Jun 2019 01:06:01 +0200 Subject: [PATCH] fix comment, 3cdf274 follow-up --- src/server/game/AI/CreatureAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp index 3e109bf81e6..58e25d9086a 100644 --- a/src/server/game/AI/CreatureAI.cpp +++ b/src/server/game/AI/CreatureAI.cpp @@ -152,7 +152,7 @@ void CreatureAI::TriggerAlert(Unit const* who) const me->GetMotionMaster()->MoveDistract(5 * IN_MILLISECONDS, me->GetAbsoluteAngle(who)); } -// adapted from logic in Spell:EFfectSummonType before commit 849943 +// adapted from logic in Spell:EFfectSummonType before commit 8499434 static bool ShouldFollowOnSpawn(SummonPropertiesEntry const* properties) { // Summons without SummonProperties are generally scripted summons that don't belong to any owner