aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/CreatureAI.cpp
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2019-06-26 01:06:01 +0200
committerTreeston <treeston.mmoc@gmail.com>2019-06-26 01:06:01 +0200
commit63383da36e27657734cba6ad23c1bd3d68039d90 (patch)
tree5447d49d3e3b484a2a0d38efc5bfc67393b7aa6e /src/server/game/AI/CreatureAI.cpp
parent3cdf27494ffe18d674a37561a2c573517a2cb533 (diff)
fix comment, 3cdf274 follow-up
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rw-r--r--src/server/game/AI/CreatureAI.cpp2
1 files changed, 1 insertions, 1 deletions
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