missing base class forward, 042f551 follow-up

This commit is contained in:
Treeston
2018-08-23 16:42:55 +02:00
parent 042f5515e4
commit b4cdf556f1

View File

@@ -42,6 +42,7 @@ void CreatureAI::OnCharmed(bool isNew)
me->EngageWithTarget(lastCharmer);
me->LastCharmerGUID.Clear();
}
UnitAI::OnCharmed(isNew);
}
AISpellInfoType* UnitAI::AISpellInfo;