Remove extra whitespace

This commit is contained in:
Michael Cook (mackal) 2020-02-06 01:59:18 -05:00
parent 501204a4d2
commit 16ac6f624b

View File

@ -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]);