chore(core): Remove malformed whitespace (#4248)

This commit is contained in:
Kitzunu
2021-01-10 18:20:45 +01:00
committed by GitHub
parent da4edd547d
commit b0aff365a9
7 changed files with 1 additions and 8 deletions

View File

@@ -1696,7 +1696,6 @@ void ObjectMgr::LoadTempSummons()
_tempSummonDataStore[key].push_back(data);
++count;
} while (result->NextRow());
sLog->outString(">> Loaded %u temp summons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));