mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
converted all tabs to 4 spaces
This commit is contained in:
@@ -53,12 +53,12 @@ class Vehicle : public TransportBase
|
||||
void RemoveAllPassengers();
|
||||
void Dismiss();
|
||||
bool IsVehicleInUse();
|
||||
void TeleportVehicle(float x, float y, float z, float ang);
|
||||
void TeleportVehicle(float x, float y, float z, float ang);
|
||||
|
||||
SeatMap Seats;
|
||||
|
||||
VehicleSeatEntry const* GetSeatForPassenger(Unit const* passenger);
|
||||
SeatMap::iterator GetSeatIteratorForPassenger(Unit* passenger);
|
||||
SeatMap::iterator GetSeatIteratorForPassenger(Unit* passenger);
|
||||
|
||||
protected:
|
||||
friend bool Unit::CreateVehicleKit(uint32 id, uint32 creatureEntry);
|
||||
|
||||
Reference in New Issue
Block a user