diff options
| author | Spp <none@none> | 2010-03-09 11:11:10 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-03-09 11:11:10 +0100 |
| commit | 8034a6c48ea565345cd769422bb80acf5df015e4 (patch) | |
| tree | 41ca28853f2c124a3b6c07b0d917538f80118bcd /src/game/WaypointMovementGenerator.cpp | |
| parent | c716c0e5e59f5e37f8e46822d77555768f23633a (diff) | |
Rename 'Hostil' to 'Hostile'
Credits to NoFantasy (Mangos)
Closes issue #411
--HG--
branch : trunk
Diffstat (limited to 'src/game/WaypointMovementGenerator.cpp')
| -rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 0288b5bb5e5..06b821178a0 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -246,7 +246,7 @@ uint32 FlightPathMovementGenerator::GetPathAtMapEnd() const void FlightPathMovementGenerator::Initialize(Player &player) { - player.getHostilRefManager().setOnlineOfflineState(false); + player.getHostileRefManager().setOnlineOfflineState(false); player.addUnitState(UNIT_STAT_IN_FLIGHT); player.SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_DISABLE_MOVE | UNIT_FLAG_TAXI_FLIGHT); LoadPath(player); |
