Some fixes from replace removal of LogSQL

This commit is contained in:
Akkadius
2015-01-24 03:50:33 -06:00
parent e1747c43b9
commit ce161c2583
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -1153,7 +1153,6 @@ void ZoneDatabase::AddWP(Client *client, uint32 gridid, uint32 wpnum, const xyz_
return;
}
if(client)
}
@@ -1177,7 +1176,6 @@ void ZoneDatabase::DeleteWaypoint(Client *client, uint32 grid_num, uint32 wp_num
return;
}
if(client)
}