diff options
Diffstat (limited to 'src/server/scripts/ExilesReach')
| -rw-r--r-- | src/server/scripts/ExilesReach/zone_exiles_reach.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp index 5a73e74bb1b..1c56bbe29b5 100644 --- a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp +++ b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp @@ -359,7 +359,7 @@ struct npc_sparring_partner_exiles_reach : public ScriptedAI { case POSITION_SPARPOINT_ADVERTISMENT: me->SetWalk(true); - me->GetMotionMaster()->MovePoint(POSITION_SPARPOINT_READY, me->GetFirstCollisionPosition(2.0f, (float)rand_norm() * static_cast<float>(2 * M_PI))); + me->GetMotionMaster()->MovePoint(POSITION_SPARPOINT_READY, me->GetFirstCollisionPosition(2.0f, rand_norm() * static_cast<float>(2 * M_PI))); break; case POSITION_SPARPOINT_READY: if (Player* player = ObjectAccessor::GetPlayer(*me, _playerGUID)) |
