mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ void ZoneDatabase::RefreshPetitionsFromDB()
|
||||
newpet->SetUnavails(atoi(row[11]));
|
||||
newpet->SetSentTime2(atol(row[13]));
|
||||
newpet->SetGMText(row[14]);
|
||||
cout << "Petition " << row[0] << " pettime = " << newpet->GetSentTime() << endl;
|
||||
std::cout << "Petition " << row[0] << " pettime = " << newpet->GetSentTime() << std::endl;
|
||||
if (atoi(row[12]) == 1) newpet->SetCheckedOut(true);
|
||||
else newpet->SetCheckedOut(false);
|
||||
petition_list.AddPetition(newpet);
|
||||
|
||||
Reference in New Issue
Block a user