oops, that wasn't supposed to remain there (0e7c66c follow-up)

This commit is contained in:
Treeston
2019-07-21 20:27:54 +02:00
parent 211b2fa354
commit 81fcd2e2d5

View File

@@ -126,7 +126,7 @@ class TC_GAME_API CreatureAI : public UnitAI
virtual void JustEngagedWith(Unit* /*who*/) { }
// Called when the creature is killed
virtual void JustDied(Unit* /*killer*/) { if (IsEngaged()) EngagementOver(); }
virtual void JustDied(Unit* /*killer*/) { }
// Called when the creature kills a unit
virtual void KilledUnit(Unit* /*victim*/) { }