From 16ac6f624bcec91f8e3aeb2e75c2f7a60305f5b3 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 6 Feb 2020 01:59:18 -0500 Subject: [PATCH] Remove extra whitespace --- zone/loottables.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/loottables.cpp b/zone/loottables.cpp index 794883c1f..0e5ba8d60 100644 --- a/zone/loottables.cpp +++ b/zone/loottables.cpp @@ -482,7 +482,6 @@ void ZoneDatabase::LoadGlobalLoot() continue; } - GlobalLootEntry e(atoi(row[0]), atoi(row[1]), row[2] ? row[2] : ""); auto min_level = atoi(row[3]);