mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Remove extra whitespace
This commit is contained in:
@@ -482,7 +482,6 @@ void ZoneDatabase::LoadGlobalLoot()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GlobalLootEntry e(atoi(row[0]), atoi(row[1]), row[2] ? row[2] : "");
|
GlobalLootEntry e(atoi(row[0]), atoi(row[1]), row[2] ? row[2] : "");
|
||||||
|
|
||||||
auto min_level = atoi(row[3]);
|
auto min_level = atoi(row[3]);
|
||||||
|
|||||||
Reference in New Issue
Block a user