mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ void Mob::CalculateNewFearpoint()
|
||||
|
||||
VERTEX CurrentPosition(GetX(), GetY(), GetZ());
|
||||
|
||||
list<int> Route = zone->pathing->FindRoute(CurrentPosition, Loc);
|
||||
std::list<int> Route = zone->pathing->FindRoute(CurrentPosition, Loc);
|
||||
|
||||
if(Route.size() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user