mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +00:00
Move status log calls to use LogInfo
This commit is contained in:
+1
-1
@@ -679,7 +679,7 @@ int32 ZoneDatabase::GetDoorsDBCountPlusOne(const char *zone_name, int16 version)
|
||||
}
|
||||
|
||||
bool ZoneDatabase::LoadDoors(int32 door_count, Door *into, const char *zone_name, int16 version) {
|
||||
Log(Logs::General, Logs::Status, "Loading Doors from database...");
|
||||
LogInfo("Loading Doors from database");
|
||||
|
||||
std::string query = StringFormat(
|
||||
" SELECT "
|
||||
|
||||
Reference in New Issue
Block a user