diff options
author | megamage <none@none> | 2009-08-27 19:26:18 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-27 19:26:18 -0500 |
commit | a795df9ccae69b17117a1446efb51f4fe06266fb (patch) | |
tree | 552d0b124cf432b3e0e9c8339466e3ac39cf96a4 /src/game/CreatureAI.h | |
parent | 5ce0b50fc628a82b3df70f6b640638b785d996d7 (diff) |
*Remove function passengerleft
--HG--
branch : trunk
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(); |