diff options
author | megamage <none@none> | 2009-04-21 13:49:39 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-21 13:49:39 -0500 |
commit | 787cd7fcb51df492769bd3594efb26891a4dbcd5 (patch) | |
tree | e6b3aed195ca75b9c9c1730bf6d4654c26aeb46a /src/game/Vehicle.h | |
parent | b154137401d49b66d585463226e62b31b3be9d80 (diff) |
*More work on vehicle.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Vehicle.h')
-rw-r--r-- | src/game/Vehicle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Vehicle.h b/src/game/Vehicle.h index 401efd32d61..0ca76687716 100644 --- a/src/game/Vehicle.h +++ b/src/game/Vehicle.h @@ -55,6 +55,7 @@ class Vehicle : public Creature Vehicle* HasEmptySeat(int8 seatNum) const; bool AddPassenger(Unit *passenger, int8 seatNum = -1); void RemovePassenger(Unit *passenger); + void InstallAccessory(uint32 entry, int8 seatNum); void Dismiss(); bool LoadFromDB(uint32 guid, Map *map); |