diff options
| author | Spp <none@none> | 2010-04-07 19:13:19 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-07 19:13:19 +0200 |
| commit | 2e127f7a30706dc1d40c65de22ff02851732da24 (patch) | |
| tree | 91f7e8033e9296fdd8dbb2d5a761c9980cc36f18 /src/game/TaxiHandler.cpp | |
| parent | 182e9a20b107c0d824e8a0bd1cf8f7eceb2b4ce5 (diff) | |
Code style (game + scripts only):
"while(" --> "while ("
--HG--
branch : trunk
Diffstat (limited to 'src/game/TaxiHandler.cpp')
| -rw-r--r-- | src/game/TaxiHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp index aff90058a35..9c395f78528 100644 --- a/src/game/TaxiHandler.cpp +++ b/src/game/TaxiHandler.cpp @@ -124,7 +124,7 @@ void WorldSession::SendDoFlight( uint32 mountDisplayId, uint32 path, uint32 path if (GetPlayer()->hasUnitState(UNIT_STAT_DIED)) GetPlayer()->RemoveAurasByType(SPELL_AURA_FEIGN_DEATH); - while(GetPlayer()->GetMotionMaster()->GetCurrentMovementGeneratorType()==FLIGHT_MOTION_TYPE) + while (GetPlayer()->GetMotionMaster()->GetCurrentMovementGeneratorType()==FLIGHT_MOTION_TYPE) GetPlayer()->GetMotionMaster()->MovementExpired(false); if (mountDisplayId) |
