mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4)
This commit is contained in:
@@ -69,7 +69,6 @@ bool Garrison::LoadFromDB(PreparedQueryResult garrison, PreparedQueryResult blue
|
||||
time_t timeBuilt = fields[2].GetInt64();
|
||||
bool active = fields[3].GetBool();
|
||||
|
||||
|
||||
Plot* plot = GetPlot(plotInstanceId);
|
||||
if (!plot)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user