From 373ed8f46bef3fda0ffc2c4e2b6d39527d595c8e Mon Sep 17 00:00:00 2001 From: Kargatum Date: Sun, 3 Jan 2021 17:47:07 +0700 Subject: Core: whitespace cleanup, reduce double blank line to single (#25795) * Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7) --- .../scripts/EasternKingdoms/Scholomance/boss_darkmaster_gandling.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/scripts/EasternKingdoms/Scholomance') diff --git a/src/server/scripts/EasternKingdoms/Scholomance/boss_darkmaster_gandling.cpp b/src/server/scripts/EasternKingdoms/Scholomance/boss_darkmaster_gandling.cpp index bfbee8702f6..e29fffe06f9 100644 --- a/src/server/scripts/EasternKingdoms/Scholomance/boss_darkmaster_gandling.cpp +++ b/src/server/scripts/EasternKingdoms/Scholomance/boss_darkmaster_gandling.cpp @@ -245,8 +245,6 @@ Position const SummonPos[18] = { // Hall of Secrects - - // The Hall of the damned { 177.9624f, -68.23893f, 84.95197f, 3.228859f }, { 183.7705f, -61.43489f, 84.92424f, 5.148721f }, @@ -265,8 +263,6 @@ Position const SummonPos[18] = { 185.6157f, -42.91200f, 75.4812f, 4.45059f }, // Vault of the Ravenian - - }; enum Creatures -- cgit v1.2.3