aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Garrison/Garrison.cpp
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-01-03 17:47:07 +0700
committerShauren <shauren.trinity@gmail.com>2022-03-05 20:07:57 +0100
commit373ed8f46bef3fda0ffc2c4e2b6d39527d595c8e (patch)
tree9580280f271db59e2abdb26094ab99ec43354a18 /src/server/game/Garrison/Garrison.cpp
parent05a9b2d2cb40df7daedbce2712609f6bab9ad0e1 (diff)
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
Diffstat (limited to 'src/server/game/Garrison/Garrison.cpp')
-rw-r--r--src/server/game/Garrison/Garrison.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Garrison/Garrison.cpp b/src/server/game/Garrison/Garrison.cpp
index 6f0ee01d924..22f5d85126d 100644
--- a/src/server/game/Garrison/Garrison.cpp
+++ b/src/server/game/Garrison/Garrison.cpp
@@ -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;