mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
errant else statements
This commit is contained in:
parent
a882397eb6
commit
ec8e7139ec
@ -196,7 +196,6 @@ void ExportBaseData(SharedDatabase *db) {
|
||||
|
||||
fprintf(f, "%s\n", line.c_str());
|
||||
}
|
||||
} else {
|
||||
}
|
||||
|
||||
fclose(f);
|
||||
@ -230,8 +229,6 @@ void ExportDBStrings(SharedDatabase *db) {
|
||||
fprintf(f, "%s\n", line.c_str());
|
||||
}
|
||||
}
|
||||
else {
|
||||
}
|
||||
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user