travis fix

This commit is contained in:
Treeston
2017-12-31 04:05:01 +01:00
parent 6113b9dec2
commit 60fadb3b96

View File

@@ -277,7 +277,7 @@ class TC_GAME_API UnitAI
// Called when the unit enters combat
// (NOTE: Creature engage logic should NOT be here, but in JustEngagedWith, which happens once threat is established!)
virtual void JustEnteredCombat(Unit* victim) { }
virtual void JustEnteredCombat(Unit* /*who*/) { }
// Called when the unit leaves combat
virtual void JustExitedCombat() { }