mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 11:12:25 +00:00
Remove extra whitespace
This commit is contained in:
parent
501204a4d2
commit
16ac6f624b
@ -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]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user