Tab to spaces

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-11 07:24:25 +02:00
parent e9336be8fc
commit ed72b887a0
4 changed files with 27 additions and 27 deletions

View File

@@ -545,7 +545,7 @@ WorldSafeLocsEntry const* BattleGroundSA::GetClosestGraveYard(Player* player)
if (GraveyardStatus[i] != player->GetTeamId())
continue;
ret = sWorldSafeLocsStore.LookupEntry(BG_SA_GYEntries[i]);
ret = sWorldSafeLocsStore.LookupEntry(BG_SA_GYEntries[i]);
dist = sqrt((ret->x - x)*(ret->x - x) + (ret->y - y)*(ret->y - y)+(ret->z - z)*(ret->z - z));
if (dist < nearest)
{