diff options
Diffstat (limited to 'src/game/CreatureAI.h')
-rw-r--r-- | src/game/CreatureAI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h index 1ec04a2e3c9..5a5a7528bf0 100644 --- a/src/game/CreatureAI.h +++ b/src/game/CreatureAI.h @@ -160,8 +160,7 @@ class TRINITY_DLL_SPEC CreatureAI : public UnitAI void SetGazeOn(Unit *target); - virtual void PassengerBoarded(Unit *who, int8 seatId) {} - virtual void PassengerLeft(Unit *who, int8 seatId) {} + virtual void PassengerBoarded(Unit *who, int8 seatId, bool apply) {} protected: bool _EnterEvadeMode(); |